• 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

Java 1.2 & java 2

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I tink this question is silly,but i am confused.

what is the difference between java1.2 and java2?
-thanks
 
Ranch Hand
Posts: 775
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Marketing hype not being in sync with Sun's java developers. The developers were creating 1.2, and all of a sudden the marketing types started talking about "Java 2".
In other words, same kind of silliness as when people thought the millennium ended one year earlier than it did because a politician said something dumb.
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
.... wonder what Sun'll do when they actually get up to JDK 2.0 ....
 
Tony kunds
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you guys mean java 1.2 is same as java2
 
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tony kunds:
Do you guys mean java 1.2 is same as java2


Yes - they are one in the same.
 
Reid M. Pinchback
Ranch Hand
Posts: 775
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jessica Sant:
.... wonder what Sun'll do when they actually get up to JDK 2.0 ....


They'll probably do something wonderful like call it "Java 3".
 
Corey McGlone
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nah - I'd go for Java 2.2, which would (in the mind of a marketing person) equate to Java 2^2 which is Java 4! Talk about fast progress!
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
From what I have seen from Sun there is no plans to go to a J2SE 2.0 anytime in the near future. If they were ever going to do that, it should have been when they went from 1.1 to 1.2.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As JLS states, an instance method can be overriden (not hidden) by an instance method only. And a static method can be hidden (not overriden) by a static method only.
Would someone please tell me what the difference between "overriden" and "hidden" is? What's the diff. when they are implemented actually in compile-time and runtime??? Thanks a lot.
 
Corey McGlone
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Leif,
Please do not post the same question in multiple places - it's confusing and becomes irritating if done too often. You can find a reply to your question in this other thread where you asked it.
Corey
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic