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
What is aop(assepct oriented programing)?
When a thread blocks on i/o, what state does it enter?
Are there books about seam?
What is the relation between the infobus and rmi?
What is clustering? What are the different algorithms used for clustering?
Is infobus easy to use?
what are getters and setters in Java with examples?
what are the activation groupworks?
What do you mean by Socket Programming?
What value does read() return when it has reached the end of a file?
what is a non-repeatable read?
What is in-memory replication?
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!
Can I have an action without a form?
Can constructors be synchronized in java?