Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
63 views

Audience: Java Quick Reference Guide

Java is a high-level programming language originally developed by Sun Microsystems in 1995 that runs on various platforms like Windows, Mac OS, and Linux. This tutorial provides a complete understanding of Java through a simple and practical approach while learning Java programming. It is intended for Java programming language beginners to help them understand basic to advanced concepts related to Java. The tutorial assumes the reader has basic knowledge of computers and programming languages and includes examples that can be run by using the Try it option.

Uploaded by

Lella Anjaneyulu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views

Audience: Java Quick Reference Guide

Java is a high-level programming language originally developed by Sun Microsystems in 1995 that runs on various platforms like Windows, Mac OS, and Linux. This tutorial provides a complete understanding of Java through a simple and practical approach while learning Java programming. It is intended for Java programming language beginners to help them understand basic to advanced concepts related to Java. The tutorial assumes the reader has basic knowledge of computers and programming languages and includes examples that can be run by using the Try it option.

Uploaded by

Lella Anjaneyulu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Java is a high-level programming language originally developed by Sun Microsystems and released in

1995. Java runs on a variety of platforms, such as Windos, Mac !S, and the various versions of "#$%.
&his tutorial gives a complete understanding of Java.
&his reference ill ta'e you through simple and practical approach hile learning Java (rogramming
language.
1. Audience
&his reference has been prepared for the beginners to help them understand the basic to advanced
concepts related to Java (rogramming language.
2. Prerequisites
)efore you start doing practice ith various types of e*amples given in this reference, $+m ma'ing an
assumption that you are already aare about hat is a computer program and hat is a computer
programming language,
3. Compile/Execute Java Programs
-or most of the e*amples given in this tutorial you ill find Try it option, so .ust ma'e use of it and en.oy
your learning.
&ry folloing e*ample using Try it option available at the top right corner of the belo sample code bo*/
public class MyFirstJavaProgram {
public static void main(String []args) {
System.out.println("ello !orld")"
#
#
3.1 1 Java !uic" #e$erence %uide
0 1uic' Java reference guide for Java (rogrammers.
Java 2uic' 3eference 4uide
3.2 2 Java &se$ul #esources
0 collection of Java Sites, )oo's and 0rticles is given at this page.
Java "seful 3esources
3.3 3 Java'cript Tutorial
$f you are or'ing on Web 0pplications then here is a tutorial on JavaScript.
JavaScript &utorial
3.( ( Java )ntervie* !uestions
4o through the most e*pected and important intervie 1uestions to fill yourself ith tons of confidence.
Java $ntervie 2uestions

You might also like