• 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

SCJP 6-310-065."please somebody guide me..,"

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI to the Head Guru's of JAVA,
i have read the K&B book once within 40days, i can clearly understand the concepts given with examples. i have made a photocopy of the two minute's drill and having glance whenever possible, am feeling little discomfort with programming, i have attended the mock master exam given in compact disc without program practice and scored 30%
am using net beans for practicing programs. which programs should i practice. is that self test okay, and enough if i attend any free simulators over net,
I have lots of time , ready to prepare at any level harder
please somebody guide me.,
 
Ranch Hand
Posts: 169
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well i guess the first thing you should do is write code on notepad and DONOT use any editors. This way you learn a lot regarding compilation errors and how solve them yourselves. The more coding you do yourself, the more yopu learn. Atleast I did without using any editors.
 
Senthil Kumaran
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay sir, can i use text pad to write and compile it using command prompt, is it installing sdk alone is enough , tell me about those please.
 
Senthil Kumaran
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sir, say me some programs to practice , any link or books, please
 
author
Posts: 23951
142
jQuery Eclipse IDE Firefox Browser VI Editor C++ Chrome Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Senthil Kumaran wrote:sir, say me some programs to practice , any link or books, please




I recommend that you find something that interests you, and write some code to support it. For example, if you like Sudoku, write a Sudoku solver. The key is to do it for fun. There is no better way to learn than actually doing, and there is no better doing, than when you are enjoying it.

Henry
 
Senthil Kumaran
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay sir i can understand what you say , i try to my perfection and post if any doubts arise as.
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We would encourage you to use the code samples in the book as "jumping off points". In other words, take the samples, key them in, compile them (from the command line), and test them. Then modify them, add features, add S.O.P statements to see what happens when. Break them, tweak them, and by all means write a sudoku program, or whatever if fun!
 
Senthil Kumaran
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
THANK A LOT SIR, I never expected that you would reply, really your book is amazing, is that code samples in book stuff alone enough sir. because "am aiming for 100%." no time limit, ready to prepare at any harder level.
 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I read K&B 2 times and then scored 20% in the CD mock exam... Dont worry its all about getting confidence.I used to do lot of codings.DO the codings of K&B back q.Ur concept will become more clear.
 
Senthil Kumaran
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
okay, sir. i follow which you all say, really javaranch is great boon to java world.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic