• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Learning Java for a newbie

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All/Ranch Forum Team,

Greetings !!

I am a new member of this forum. From morning I was going through the posts on this JAVA beginner forum. I found it pretty good, understanding vice and information vice. I have heard a lot about this Ranch forum from seniors. Hope I will be able to contribute/learn(specially). Let me introduce myself a bit I am a UNIX (automation and shell scripting) person. I had passion from college days for learning JAVA. Some days back I got a project to work where I got a pulse of JAVA to work a bit. So I started searching about best forums of it so that I can learn from them(After it's result I joined this forum). I am a kind of new person in JAVA as I have read it in college days. I have started it learning basic things now by surfing. Could experts/members please suggest/advice me how to grow into it. I really want to be good in basics first and then want to go for advance. I will be really grateful to you for guiding me in same.

Thanks in advance, happy daily learning all.


Thanks,
R. Singh
 
Ranch Hand
Posts: 529
19
Eclipse IDE MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to Coderanch ravinder ! I'm also newbie. This is the best forum I ever have come across. For guidance experts will sure help you. Put you best foot forward. Good luck.
 
Sheriff
Posts: 8890
638
Mac OS X VI Editor BSD Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Immediate way could be to start go through the Oracle's Java Tutorials (<- link).
 
Marshal
Posts: 79707
381
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome again

Please start by showing us a small application or a class which you have written.
 
Ranch Hand
Posts: 78
Android Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Herbert Schildt's Java A Beginner's Guide 6th edition is a good book if you are looking for one. Almost all of the book is done at the command line and I think it giving me a solid understanding of the basics of Java.
 
Campbell Ritchie
Marshal
Posts: 79707
381
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I quite forgot: we have books pages: start here. The best beginners' book may still be Sierra and Bates' Head First Java 2/e, even though it is ten years old. At least you can buy second‑hand copies for a reasonable price.
 
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Java, not JAVA. It's not an acronym.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome, R. Singh! We're in this together!
 
author
Posts: 23956
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
Brian Barrick,
Your post was moved to a new topic.
(This informational message will self destruct in two days)
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm a newbie at the ranch as well. i use pluralsight.com as one of my learning aids. I've also found good tutorials at jhttp://javabrains.koushik.org/
 
Campbell Ritchie
Marshal
Posts: 79707
381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

The topics of some of those JavaBrains things look advanced to me.
 
Ranch Hand
Posts: 98
Oracle Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Hi and welcome to THE best forum.
 
Ray Anderson
Ranch Hand
Posts: 98
Oracle Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One advice, learn theory first then code. Divide your time between theory and coding.
Java structure coding follows a different path then c/c++. This site will help you get you know java well https://docs.oracle.com/javase/tutorial/

Java's basic concepts lie on PARAMETERS, ARGUMENTS, CONSTRUCTORS, OBJECT ARGUMENTS AND METHOD ARGUMENTS.



 
Ranch Hand
Posts: 47
Mac Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am new too.
but trust me this is the best forum. Sometimes even the authors of great book will resolve your query too.
I found this very impressive and the way they help you understand the concepts.
 
Every time you till, you lose 30% of your organic matter. But this tiny ad is durable:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic