• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java2 vs Java 1.1

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All:
> What's the basic difference between Java 2 and Java 1.1?
> Is GridBag Layout Manager necessary to study for the exam?
Regds,
Mondal

[This message has been edited by sabyasachi mondal (edited January 02, 2001).]
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
IMO -
Inner classes( spec was revised for Java2 ), AWT event model( Java2 uses event-delegation while 1.1 used event-propagation ?? ) and Swing ( eventually to replace AWT ) are new in Java2.
 
sabyasachi mondal
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ajith:
Hmmm!!Thank you.
"AWT event model( Java2 uses event-delegation while 1.1 used event-propagation ?? ) and Swing".
If you can further explain the above in terms of certification exam.
Regds,
Mondal

 
reply
    Bookmark Topic Watch Topic
  • New Topic