-
-
-
Restrict webpages in Iframe to redirect
Is there any way to restrict webpages loaded in iframe to redirect to other website out of iframe?
-
Java Bean
What are the properties of a Java Bean?
-
Can we declare class as protected?
What is the scope for this class?
-
-
-
-
Pass Message in Class
How can one class can pass message or inform other class that some event has happened, without using thread?
-
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?
-
-
Count Class Objects
How to count objects of a class ?
-
-
-
-
Custom Exception
Provide one Programming level example of Custom Exception?
Where and Why we Use Custom exception? -
What is singleton class?
What is the exact use of singleton class?Just using private class constructor makes it a singleton class?
-
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();
-
Java project architecture
How to explain project architecture?
-
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.
J2EE Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans