Difference Between java & javax
Answer Posted / jigs
A package is introduced as an addition to an existing JRE,
it comes in as javax. If it's first introduced as part of a
JRE (like NIO was, I believe) then it comes in as java. Not
sure why the new date and time API will end up as javax
following this logic though... unless it will also be
available separately as a library to work with earlier
versions (which would be useful).
A classloaders are set up to only allow classes within
java.* to be loaded from rt.jar or something similar.
(There's certainly a check in ClassLoader.preDefineClass.)
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
Is “abc” a primitive value?
To what value is a variable of the string type automatically initialized?
What is the relationship between an event-listener interface and an event-adapter class?
What is prototype?
What is Remote Server?
What are the different methods of identifying an object?
What is meant by method chaining?
What is the purpose of the notifyall() method?
What is a modular application?
Explain the difference between object state and behavior?
Explain what is synchronization?
Are there books about seam?
Write a program to show synchronization?
What is difference between object state and behavior?
Describe responsibilities of Activator?