What's new

What is the Difference Between java and javax

  • Thread starter cisprakash
  • Start date
  • Viewed 1159 times.
C

cisprakash

Hello all,
i am just confused with the two terms those are java and javax. I know these are used in java programs while we import packages but want to know that what are the difference between these two terms, your suggestion will be appreciate anyway.

Many thanks,
8)
 
cisprakash said:
Hello all,
i am just confused with the two terms those are java and javax. I know these are used in java programs while we import packages but want to know that what are the difference between these two terms, your suggestion will be appreciate anyway.

Many thanks,
8)
To me the only difference I can point out between java & javax is that javax is an extension of java. For example we have  some new packages like servlet, EJB, swing, etc.  included
in javax.
 
Top