SlideShare a Scribd company logo
Java key definition & practice
java programming
Nooria Esmaelzade
2016
Comments
// this is a single comment
/*this is a block comment
* it can be more than one line
*/
/** this is a javadoc comment
*It is used to display the longer comment
*We can generate a html page by using javadoc command in CMD
*/
Examples
/* UnicodeCommentDemo.java
* Java programs are written using Unicode characters
* Unicode presenting a character recognized as usual Java token
*/
public class ClassBExcersise
{
public static void main(String[] args)
{
// The method will print hello java in console
System.out.println(“hello java”);
}
}
Paragraph comment example
Single line comment example
Reserved words
abstract
assert
boolean
break
byte
case
catch
char
class
const
continue
default
do
double
else
enum
extends
false
final
finally
float
for
goto
if
implements
import
instanceof
int
interface
long
native
new
null
package
private
protected
public
return
short
static
strictfp
super
switch
synchronized
this
throw
throws
transient
true
try
void
volatile
while
Modifiers
Public
Private
Protected
Final
Abstract
static
Class
A blue print for the objects
Show message in a box

More Related Content

PPTX
JS - Basics
PDF
itft-Overview of java language
PPSX
Why we need to control scope
PPT
Fgd presentation 7 dec 2011- sita
PPT
Code Documentation. That ugly thing...
DOCX
Unit of competency
PPTX
PDF
Android coding standard
JS - Basics
itft-Overview of java language
Why we need to control scope
Fgd presentation 7 dec 2011- sita
Code Documentation. That ugly thing...
Unit of competency
Android coding standard

Similar to Easy java key definition & practice (20)

PPT
oop-unit-iv-ppt.ppt
PDF
Javaprogbasics
PPT
Java for Mainframers
ODT
Android Open source coading guidel ine
PDF
Enhancing Productivity and Insight A Tour of JDK Tools Progress Beyond Java 17
PDF
Java bad coding practices
PDF
java intro.pptx.pdf
PPT
Jacarashed-1746968053-300050282-Java.ppt
PPTX
Chapter 2.1
PPTX
Chapter 1.3
PPTX
lecture 6
PPTX
Introduction to computer science
PDF
java Statements
ODP
TDoc - Bringing Documentation to Tool
PPTX
Android code convention
PDF
Mobile Software Engineering Crash Course - C02 Java Primer
PPTX
PHPDoc
PPTX
Java 9 features
PPSX
Writing code that writes code - Nguyen Luong
PPSX
TechkTalk #12 Grokking: Writing code that writes code – Nguyen Luong
oop-unit-iv-ppt.ppt
Javaprogbasics
Java for Mainframers
Android Open source coading guidel ine
Enhancing Productivity and Insight A Tour of JDK Tools Progress Beyond Java 17
Java bad coding practices
java intro.pptx.pdf
Jacarashed-1746968053-300050282-Java.ppt
Chapter 2.1
Chapter 1.3
lecture 6
Introduction to computer science
java Statements
TDoc - Bringing Documentation to Tool
Android code convention
Mobile Software Engineering Crash Course - C02 Java Primer
PHPDoc
Java 9 features
Writing code that writes code - Nguyen Luong
TechkTalk #12 Grokking: Writing code that writes code – Nguyen Luong
Ad

More from Nooria Esmaelzade (7)

PPTX
Walt Disney Animators
PPT
Communication barriers
PPTX
one smile can be the key to open everyone s heart
PPTX
Easy practice with if statement and boolean type
PPTX
Easy practice with current timemillis method
PPTX
Easy practice with java variables
PPTX
Easy java installation & practice
Walt Disney Animators
Communication barriers
one smile can be the key to open everyone s heart
Easy practice with if statement and boolean type
Easy practice with current timemillis method
Easy practice with java variables
Easy java installation & practice
Ad

Recently uploaded (20)

PPTX
Learn how to prevent Workplace Incidents?
PDF
The Zeigarnik Effect by Meenakshi Khakat.pdf
PPTX
Identity Development in Adolescence.pptx
PDF
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
PPTX
Travel mania in india needs to change the world
PPT
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
PPTX
Personal Development - By Knowing Oneself?
PPTX
THEORIES-PSYCH-3.pptx theory of Abraham Maslow
PPTX
Emotional Intelligence- Importance and Applicability
DOCX
Boost your energy levels and Shred Weight
PDF
Quiet Wins: Why the Silent Fish Survives.pdf
PPTX
How to Deal with Imposter Syndrome for Personality Development?
PPTX
UNIVERSAL HUMAN VALUES for NEP student .pptx
PPTX
Learn numerology content and join tarot reading
PPTX
Presentation on interview preparation.pt
PDF
The Spotlight Effect No One Is Thinking About You as Much as You Think - by M...
PPTX
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
PDF
My 'novel' Account of Human Possibility pdf.pdf
PDF
The Power of Pausing Before You React by Meenakshi Khakat
PPTX
Chapter-7-The-Spiritual-Self-.pptx-First
Learn how to prevent Workplace Incidents?
The Zeigarnik Effect by Meenakshi Khakat.pdf
Identity Development in Adolescence.pptx
Elle Lalli on The Role of Emotional Intelligence in Entrepreneurship
Travel mania in india needs to change the world
cypt-cht-healthy-relationships-part1-presentation-v1.1en.ppt
Personal Development - By Knowing Oneself?
THEORIES-PSYCH-3.pptx theory of Abraham Maslow
Emotional Intelligence- Importance and Applicability
Boost your energy levels and Shred Weight
Quiet Wins: Why the Silent Fish Survives.pdf
How to Deal with Imposter Syndrome for Personality Development?
UNIVERSAL HUMAN VALUES for NEP student .pptx
Learn numerology content and join tarot reading
Presentation on interview preparation.pt
The Spotlight Effect No One Is Thinking About You as Much as You Think - by M...
SELF ASSESSMENT -SNAPSHOT.pptx an index of yourself by Dr NIKITA SHARMA
My 'novel' Account of Human Possibility pdf.pdf
The Power of Pausing Before You React by Meenakshi Khakat
Chapter-7-The-Spiritual-Self-.pptx-First

Easy java key definition & practice