• 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 programme

 
Ranch Hand
Posts: 61
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Can any one suggest some small but good programs in core java that can help me to clear the basic.
Thanks in advance.......
 
Ranch Hand
Posts: 5575
Eclipse IDE Windows XP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
BIG JAVA-Cay Horstmann ; an excellent book.
 
Ranch Hand
Posts: 924
1
Netbeans IDE Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for basic understanding of core java why don't you refer some good book . those books contain good short programs for concept building. some of the good books are core java vol 1 and core java vol 2, thinking in java, the complete refernce, java how to program by deitel and deitel
 
Ranch Foreman
Posts: 275
jQuery Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Depends on what you mean by

basic


There are many books and online tutorials for beginners. Googling around would be helpful.
I find the top 3 good.
And many great Ranchers would come to rescue if you Show some effort.

 
Ranch Hand
Posts: 201
1
Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Aneek Banerjee wrote:Hi Can any one suggest some small but good programs in core java that can help me to clear the basic.
Thanks in advance.......



Head First Java by Kathy Sierra and Bert Bates! This book is the coolest most fun programming book I have ever read. There are numerous examples with real java code that cover most of the objectives and then some, such as the swing classes and servlets. Bert Bates, one of the authors, is also a moderator on this forum! woot.

In one of the first few chapters there is source code to create a hilarious program that generates business jargon at random everytime the program is run using arrays of Strings and the random() method from the Math class!

There is also source code for a networked drum machine that you can chat with your friends on and share beats! My friends and I tested this out it works. lol

I would recommend this if you want more than a cold text-book with just the facts. I also recommend SCJP Study Guide by Sierra and Bates. This one is more in-depth but still more fun to read than a text-book.

Respectfully,

Ted
 
I didn't do it. You can't prove it. Nobody saw me. The sheep are lying! This tiny ad is my witness!
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic