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
Explain the difference between object state and behavior?
Are we allowed to change the transaction isolation property in middle of a transaction?
Do I need to import javlang package any time? Why ?
What are various types of class loaders used by jvm?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What value does read() return when it has reached the end of a file?
Can constructors be synchronized in java?
Describe responsibilities of Activator?
Explain about local interfaces.
Name the class that is used to bind the server object with RMI Registry?
Name three component subclasses that support painting?
what are getters and setters in Java with examples?
How are commas used in the intialization and iteration parts of a for statement?
What if the static modifier is removed from the signature of the main method?
When a thread blocks on i/o?