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 7483When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
3 7109How 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 9270In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
2 7267When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
1 10048Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
3045
What is stack example?
Explain implementation and how is it different from conversion?
What is the life cycle of a bean in spring?
how will you trace the errors through command prompt?
What is hibernate and how it works?
What are the differences between the constructors and methods?
Which method is used by the applet to recognize the height and width?
What is the difference between struts1 and struts2?
Tell me how many ways are there to initialise an integer with a constant.
What is an example of a conditional statement?
How would you achieve transaction management in spring?
Name some of the important interfaces of hibernate framework?
what is queuemanager in ibm websphere mq ? What does queuemanager do?
What are the advantage of swing over awt?
What is fetchtype lazy?