difference between java and javax package

J

Jeffrey Schwab

sweta said:
can you tell me the difference between java and javax pacakge

Once upon a time, package java contained everything that was part of the
standard API, and javax contained not-quite-standard extensions. Of
course, once anything in javax.* becomes commonly used, moving it would
break a bunch of existing code. Thus javax.swing is actually part of
the standard API.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,125
Latest member
VinayKumar Nevatia_
Top