Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) i need java 1+ experience resume on java developer kindly send me my mail id:srikanthreddy1.marla@gmail.com
1 7496When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
3 7122How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }
6 9291In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
2 7284When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
1 10065Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
3057
What is odbc jdbc?
What is the java persistence api (jpa)?
What is the multi-catch block in java?
What is a generic type?
How to configure a DB connection pool ?
What is jms message queue?
What is @embeddedid?
What is the purpose of @keyproperty annotation annotation?
What is the default annotation for a property in hibernate?
What are swings awt?
Describe secure socket layer (ssl)?
What are the swing components?
List types of storage classes in java?
What is the difference between client and server database cursors?
Explain bean in spring and list the different scopes of spring bean?