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?
How substring() method of string class create memory leaks?
why static class in java
For which statements does it make sense to use a label?
Difference between new operator and class.forname().newinstance()?
What are transaction attributes?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What are the services in RMI ?
What is a sessionfactory? Is it a thread-safe object?
What is the difference between the string and stringbuffer classes?
What modifiers may be used with an inner class that is a member of an outer class?
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!
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Why won’t the jvm terminate when I close all the application windows?
what is a portable component?