Answer Posted / vijay
J2ee nothing but combination of Servlets,Jsp,EJB
Adv Java Means JDBC,Servlets,Jsp
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
Describe responsibilities of Activator?
What is mdb and what is the special feature of that?
What is the difference between a static and a non-static inner class?
What is TL and its use?
Where can I find seam examples and documentation?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
How would you create a button with rounded edges?
What happens when a thread cannot acquire a lock on an object?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
Do you think that java should have had pointers?
Name three component subclasses that support painting?
Can constructors be synchronized in java?
What is local interface. How values will be passed?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What modifiers may be used with an inner class that is a member of an outer class?