- 
                    
- 
                    
- 
                    
- 
                    
- 
                    What is the use of Marker Interface ?Explain the purpose of Marker Interface.When there is no methods in marker interface then what is the use of implementing it? 
- 
                    
- 
                    
- 
                    Implement Very Large QueueSuppose you have a very large queue, and you need to do a insert and delete on the queue. Since the queue is very large , you cannot keep the entire queue in the memory. How do you go about implementing such a condition?How do you go about inserting and deleting elements from that queue if you cannot keep the queue in the memory? 
- 
                    
- 
                    
- 
                    Why do we Typecast FormBean object with ActionForm in execute(...,...,...,..) method in Struts?Public ActionForward execute(ActionMapping am,ActionForm af,Req,Res) 
 {
 Myfornbean mf=(Myformbean)af;
 
 //why we are typrcasting here
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    
- 
                    Log4JHow would we use log4J in our applications? Is it necessary to use log4J applications in our web application? 
- 
                    Application SecurityHow will you make sure to develop Java/J2EE projects/applications secured from hackers?Justify how Java projects are more secured than other languages? 
- 
                    Design PatternWhat design pattern are available for J2EE? 
J2EE Interview Questions
Sub Category
 
                Questions
 
                Answers
 
                Last Updated
              

 
  
  
  Read Best Answer
                        Read Best Answer 
		
Ans