• 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

a great javaranch!

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I passed exam with 91% on 2-16. I have been an observer of javaranch for a couple of months. I got a lot of knowledge from you, javaranchers. I wanted to say thanks to every one who are raising questions, answering,.... here are some tips I wanted to share with some oncoming examer:
1> jotting down some notes. For example, Byte b=new Byte(10)(wrong), Byte b=new Byte((byte)10)(right). byte b=-10(ok); byte b1=-b (then wrong);
2> going through API. do you know there are 3 consts for Float and 2 consts for Double?
3> coding and practicing.
4> doing mock exams. be careful! you need to run some questions because of some errs in some exams.
5> browsing topics in this forum.
6> having a couple of books. I like Beginning Java 2 (Ivor Horton ) and rhe(the Complete Java 2 certificate).
7> thanks for javarancher
 
Bartender
Posts: 2205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good job Ronghui!
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great job Ronghui
I'm moving this to the results forum...
 
Ranch Hand
Posts: 278
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well Done Ronghui. Congrates
 
Ranch Hand
Posts: 2379
MySQL Database Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Luke, nice score! ....and yap, javaranch is a great place....
 
Rob Ross
Bartender
Posts: 2205
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Luke?! What did you do with Ronghui?!?!
>going through API. do you know there are 3 consts for Float and 2 consts for Double?
I'm curious, what are the constants?
[ February 19, 2002: Message edited by: Rob Ross ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic