-
-
-
-
-
XML Parsing
For parsing a big XML and modifying it (removing empty element), which parser should we use?
-
Why java Soft has declared HttpServlet Class as an Abstract class?Is there any performance issue?
In HttpServlet class there is no any abstract method although javasoft declared this class as an abstract
class.Ok,this is valid in java.So if we want to utilize this class we will have to extends this class.But we can use to achieve this one by using Httpservlet class as simple java class also.
-
Java project architecture
How to explain project architecture?
-
Common Design Pattern
What is command design pattern? Explain this pattern based on below scenario
Map m=new HashMap(); HashMap m=new HashMap();
What is difference between Map m=new HashMap(); HashMap m=new HashMap();
-
What is singleton class?
What is the exact use of singleton class?Just using private class constructor makes it a singleton class?
-
Custom Exception
Provide one Programming level example of Custom Exception?
Where and Why we Use Custom exception? -
-
-
-
Count Class Objects
How to count objects of a class ?
-
-
Singleton Design pattern in multiple JVM
How can we implement Singleton Design pattern in multiple JVM environment? How we will make sure to be an object in multiple JVM?
-
Pass Message in Class
How can one class can pass message or inform other class that some event has happened, without using thread?
-
-
-
J2EE Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans