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


Please Help Members By Posting Answers For Below Questions

What is the difference between the session.get() method and the session.load() method?

861


Describe responsibilities of Activator?

1920


what is meant by JRMP?

2054


What is the difference between java class and bean?

850


what are the activation groupworks?

1921


What are the different types of exception?

831


what are RemoteObjects?

2502


What is a policy?

2075


Brief description about local interfaces?

969


Why is actionform a base class rather than an interface?

839


Is the infobus client side only?

897


Whats new with the stop(), suspend() and resume() methods in jdk 1.2?

839


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!

1628


What are various types of class loaders used by jvm?

762


the same information whether it will connect to the database or it will be used previous information?

841