Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
6 10178java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
7 10214
Define Context?
Why main method is static in java?
what are the perspectives we have?
How can we get hibernate statistics?
Why hashmap is used in java?
Why it is called ioc in spring?
Where is jdbc used?
What is cascade delete?
How can the nm be made to work with web logic? Explain?
Explain about main() method in java ?
Why are some of the class and element names counter-intuitive?
What are the different types of interfaces present in hibernate?
What is the use of @bean annotation?
How objects of a class are created if no constructor is defined in the class?
Can you explain struts.properties in struts2?