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
What is difference between object state and behavior?
Which containers use a border layout as their default layout?
Explain about RMI Architecture?
Explain phantom read?
What modifiers may be used with an inner class that is a member of an outer class?
What value does read() return when it has reached the end of a file?
What value does readline() return when it has reached the end of a file?
Why is string immutable in java?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is prototype?
What is aop(assepct oriented programing)?
what are getters and setters in Java with examples?
what are RemoteObjects?
Why won’t the jvm terminate when I close all the application windows?
Which textcomponent method is used to set a textcomponent to the read-only state?