JavaByPatel: Data structures and algorithms interview questions in Java

Technical blog and complete tutorial on popular company interview questions with detailed solution and Java program on Data structure, Algorithms, Time and space complexity, Core Java, Advanced Java, Design pattern, Database, Recursion, Backtracking, Binary Tree, Linked list, Stack, Queue, String, Arrays etc asked in companies like Google, Amazon, Microsoft, Facebook, Apple etc. for beginners and professionals.

Wednesday, 31 May 2017

Method Overloading Interview Questions in Java

›
How compiler resolves ambiguous method overloading call. OR Which overloaded method will get selected for null parameter in java. OR Impor...
Monday, 29 May 2017

Types of Binary Tree.

›
Types of Binary Tree. Types of Binary Tree in Data Structure. Let's see Binary Tree types with example . There are mainly 3 types of...

Print Linked List In Reverse Order in Java

›
Print Linked List In Reverse Order in Java. Print linked list in reverse order in java. print singly linked list in reverse order using ...
Sunday, 28 May 2017

Find Minimum length Unsorted Subarray, Sorting which makes the complete array sorted.

›
Find Minimum length Unsorted Subarray, Sorting which makes the complete array sorted. Find minimum unsorted subarray index m and n such ...

Count trailing zeros in factorial of a number.

›
Count trailing zeros in factorial of a number. Count trailing zeros in factorial of a number. there are many ways to count trailing 0 in...

Swap two numbers In Java without using third variable.

›
Swap two numbers In Java without using third variable. Swap two numbers In Java without using third variable. Write a program to swap/ex...
Saturday, 27 May 2017

BFS vs DFS with Example in Java

›
BFS vs DFS with Example Breadth First Search(BFS) Vs Depth First Search(DFS) with example in Java. DFS uses Stack while BFS uses Queue. ...

Can static method be called using object in java

›
Java Interview Questions Can static method be called using object in java. Static methods are called by Class name. Static members belo...

Can we override static methods in java. Explain with example.

›
Can we override static methods in java. Explain with example. Can we override static methods in java. Static methods cannot be overridde...

Method overriding and Method hiding Interview Question in Java

›
Method overriding and Method hiding Interview Question in Java Method overriding and Method hiding Interview Question in Java. Can we Ov...
‹
›
Home
View web version
Powered by Blogger.