Difference Between java & javax

Answer Posted / vikas jaiswal

Originally, everything that was part of the standard API was part of the java package, whereas everything that was not part of the standard API was released under the package name javax. Hence, packages essential to the API was java, while javax contained the extensions to the API. It can even be said that javax, is just java with an x, which stands for extension.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What event results from the clicking of a button?

937


How a component can be placed on Windows?

2536


How messaging services are done, before release of JMS?

1860


Where can I ask questions and make suggestions about seam?

871


Write a program to show synchronization?

919


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!

1624


whats is mean by tiles in struts

1924


How database connectivity in XML is achieved?

2000


Explain ioc concept?

893


Which are the different segments of memory?

864


What is a tasks priority and how is it used in scheduling?

822


Why won’t the jvm terminate when I close all the application windows?

1022


what are the advantages of JTA over JTS?

1949


What is Remote Server?

1931


How to implement RMI in Java?

2674