Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
What is the purpose of @result annotation?
What is the use of @component in spring?
Difference between character constant and string constant in java ?
Explain the concept of local interfaces?
What are the various ways of session supervision in servlets?
What is the difference between find and select methods in ejb?
extending thread class or implementing runnable interface. Which is better? : Java thread
What is the fastest type of JDBC driver?
What is the use of singleton class?
Why the container loads server at the application startup and how?
When should you use arraylist and when should you use linkedlist?
What do you understand by auto wiring and name the different modes of it?
What are the benefits of named sql query?
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.
Differentiate between a class and an object.