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
Should synchronization primitives be used on bean methods?
How would you create a button with rounded edges?
Can you give me a simple example of using the requiredif validator rule?
What is metaspace?
Explain ioc concept?
How are commas used in the intialization and iteration parts of a for statement?
What’s jboss jbpm?
What are the different approaches to represent an inheritance hierarchy?
Is the session factory thread safe?
If your ui seems to freeze periodically, what might be a likely reason?
What is the relation between the infobus and rmi?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
What is a class loader? What are the different class loaders used by jvm?
Which textcomponent method is used to set a textcomponent to the read-only state?