Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Tutorial Great Java Tutorial for Beginners Part 1 filter_list
Author
Message
Great Java Tutorial for Beginners Part 1 #1
About this tutorial
The introduction to Java programming is intended to get beginners who are new to Java technology up and running with object-oriented programming (OOP) and real-world application development using the Java language and platform.

System requirements
To complete the exercises in this tutorial, install and set up a development environment consisting of:
  • JDK 6 from Sun/Oracle.
  • Eclipse IDE for Java Developers.

Spoiler: 1: Installing the JDK and Eclipse
In this tutorial you will learn how to install Java and Eclipse, how set up code completion and how to install java libraries.

Spoiler: 2: Java Programming in 30 minutes (quick tutorial)
In this Java Tutorial you will learn all of the core knowledge needed to write Java code in 30 minutes. Topics cover: primitive data types, comments, class, import, Scanner, final, Strings, static, private, protected, public, constructors, math, hasNextLine, nextLine, getters, setters, method overloading, Random, casting, toString, conversion from Strings to primitives, converting from primitives to Strings, if, else, else if, print, println, printf, logical operators, comparison operators, ternary operator, switch, for, while, break, continue, do while, polymorphism, arrays, for each, multidimensional arrays and more.

Spoiler: 3: How to start writing Java programs

Spoiler: 4: Import, user input, catch errors, math functions

Spoiler: 5: Conditional Statements
If statement relational operators, logical operators, ternary operator and the switch statement.

Spoiler: 6: Looping
While, do while and for loops.

Spoiler: 7: Methods and fields
How class variables differ from local variables and various examples of methods.

Spoiler: 8: Exception handling
Java Exceptions. The difference between run time and checked exceptions. How to use try, catch and finally and the most common errors you will come across.

Spoiler: 9: Classes and OOP
How to create classes in Java. Java fields (class variables) and methods (functions). Encapsulation. Overload methods. Constructors.
(This post was last modified: 01-28-2015, 05:38 PM by Master.)
[Image: master645.png]

Life before death, strength before weakness, journey before destination.” ― The Way of Kings by Brandon Sanderson

Reply





Messages In This Thread
Great Java Tutorial for Beginners Part 1 - by Master - 01-28-2015, 05:33 PM
RE: Great Java Tutorial for Beginners - by Blunt - 01-28-2015, 06:25 PM
RE: Great Java Tutorial for Beginners - by Master - 01-28-2015, 06:37 PM



Users browsing this thread: 1 Guest(s)