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 10200java 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 10219
How many locking systems are there in jdbc?
Define declaration.
How many threads can java run?
What is difference between prototype and request scope spring?
What is spring mvc interceptor and how to use it?
Does weblogic jms support clustering? : BEA Weblogic
Write a program to show whether a graph is a tree or not using adjacency matrix.
What are the factors that the jdbc driver performance depends upon?
What are the advantages and disadvantages of java sockets.
Which are the design patterns that are used in hibernate framework?
What is Stream Tokenizer?
How many types of statements are there in jdbc?
How can we invoke another servlet in a different application?
What are all the features of JMS API in J2EE platform?
Explain the use of @controller and @requestmapping annotations in spring mvc.