Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file
2 7353If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed
1 4638If you get Null point exception at the time of ear deployment from console what will be you next steps to resolve the problem.
1 3553suppose you deployed a new application and the application is not reflecting to clent. what will be your steps of action
1 5621suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
3 9172
What is the purpose of assert keyword used in jdk1.4.x?
What is the static import?
What is front controller in spring mvc?
What methods are used in Servlet?Applet communication?
Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)
What is a class object?
What is data and its types?
Is jdk an api?
What is the difference between flush and commit in hibernate?
Is linked list a linear or non-linear data structure?
How to create an ejb session in order to start a jms connection?
What are the 4 types of jdbc drivers?
What is the use of @bean in spring boot? : Spring Boot
When should be opt for struts framework?
Define servlet mapping?