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 25012Does 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 8552What 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 12660
Realized?
Differentiate between static and non-static methods in java.
What if I write static public void instead of public static void?
What is an object in java and how is it created?
what is reflection api? How are they implemented?
How is declarative handling of exceptions done in struts ?
What are the contents on web.xml in struts application ?
What is a classloader in java?
What is parsing in java?
What is difference between @controller and @restcontroller in spring?
Are jvm’s platform independent?
Can we extract main method from another class?
What is latest hibernate version?
What is lazy class?
Explain public static void main(string args[]) in java.