Difference Between java & javax
Answer Posted / sarfaraz ahamad
We know that java is a folder that contains specific JRE and
APIs and javax is letest folder that also contain J2EE
related JRE and APIs, So we can say both are diff folders
those contains diff diff purposes related APIs.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the difference between the session.get() method and the session.load() method?
Describe responsibilities of Activator?
what is meant by JRMP?
What is the difference between java class and bean?
what are the activation groupworks?
What are the different types of exception?
what are RemoteObjects?
What is a policy?
Brief description about local interfaces?
Why is actionform a base class rather than an interface?
Is the infobus client side only?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
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 are various types of class loaders used by jvm?
the same information whether it will connect to the database or it will be used previous information?