• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Event Handling in 1.2 1.2 and 1.02

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is the difference in Event handling in Java 1.2 and 1.1 and 1.02 ?
 
Desperado
Posts: 3226
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's is no difference between Event Handling in Java 1.1 and Java 2.
There is a world of difference between those and Java 1.0.2
The details of those differences are outside of the scope of this Forum. They are interesting, if you ask me. If you want to be a top-notch Java programmer it helps to know the complete history of the language, from 1995 to today... (IMO).
Then again, I am a purist
 
Rancher
Posts: 241
Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
FYI there's a good account of it in Marty Hall's Core Web Programming, which is still on the shelves even though it's pretty outdated now. And for good reason, I learned a lot about Java from it.
Eric
reply
    Bookmark Topic Watch Topic
  • New Topic