Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
2 12514Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?
2 4951When you are deploying an application, if you got Out Of Memory exception, what you will do
IBM,
4 14668.while installing application server in silent mode, if it failed without creating any logs, how do you trouble shoot ?
2 10750
Differentiate between static and non-static methods in java.
Write a program to find the whether a number is an Armstrong number or not?
What is lazy class?
What is parsing in java?
What do you know about validation plugin ?
How to create a base64 decoder in java8?
What is the difference between break and continue statements?
What do you mean by an interface in java?
Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance
i want test pattern of zylog company and some examples also
What is the difference between equals() and == in java?
What is java string pool?
What is a constructor overloading in java?
What are the differences between heap and stack memory in java?
What are the contents on web.xml in struts application ?