parent class of exception
Java Lead Interview Questions
6,748 java lead interview questions shared by candidates
Java program Ascending & descending order of array
Java: Maps, Data types, OOP principles, and a simple coding challenge.
WHAT IS JDBC AND WHY IS IT REQUIRED?
difference between interface & abstract class in java?
In what way you gained experience in Java backend development?
Different type of index in Sql server ?
1. Output of:- public class Recursion { public int abc(int x){ if (x > 30) return x; System.out.println(x); x=x+abc(x+10); System.out.println(x); return x; } public static void main(String[] args) { new Recursion().abc(6); } } 2. Some question on Locker 3. Some question on brackets (){}[]. I attempted starting 2. 1st one was correct. 2nd one was having run time error when i checked at my place. Got rejected in the coding test but any ways it was a good experience.
Actually you didn't do anything in last 3 years. You are making this up.
What have you really done after leaving your first company
Viewing 231 - 240 interview questions