Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?
8 25025Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
2 8562What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
TCS,
6 12665
What if I write static public void instead of public static void?
What is parsing in java?
Can we return resultset in java?
How can you inject java collection in spring?
what is reflection api? How are they implemented?
What is difference between @controller and @restcontroller in spring?
What is the resourcebundle class?
What is the java api?
What is the first argument of the string array in main method?
What do you know about validation plugin ?
Can we extract main method from another class?
How to sort array in descending order in java?
What is a constructor overloading in java?
Differentiate between static and non-static methods in java.
Explain public static void main(string args[]) in java.