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 10209java 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 10225
how to protect servlets in java ee applications?
Differentiate between beanfactory and applicationcontext.
What do you mean by database connection pooling?
What is the use of jcomponent class in swing?
What is use of inner class in java?
How the jms is different from rpc?
Differentiate between postfix and prefix operators in java.
What is <> used for in java?
What is @restcontroller?
How to change button color in java swing?
What is singleton class in ruby?
What is the use of @bean annotation in spring?
What one should take care of, while serializing the object?
What is the point of the factory pattern?
What are the different modules of wlst?