Difference Between java & javax
Answer Posted / kani
javax is an extension of java.
some new packages like servlet, EJB, swing, etc are included
in javax.
| Is This Answer Correct ? | 52 Yes | 4 No |
Post New Answer View All Answers
Explain phantom read?
Explain ioc concept?
what are getters and setters in Java with examples?
What is RMI and what are the services in RMI?
What is the purpose of the notify() method?
What is scalable, portability in the view of J2EE?
what are the advantages of JTA over JTS?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Which component handles cluster communication in jboss?
What are the sequence of steps to write pub or sub model kind of application?
What is the difference between session and entity beans?
what is Activation Instantinator?
How will you pass parameters in RMI? Why do you serialize?
What is the difference between static and non-static with examples?
Difference between new operator and class.forname().newinstance()?