skip to main
|
skip to sidebar
Home
About
Site Map
Privacy Policy
Terms of Use
Contact
Xzonecode
Programming Solution
News
iPad
iPhone
Blackberry
Android
Mobile
Windows Phone 7
Review
Galleries
Videos
Forum
Wednesday, 16 July 2014
Simple Hellow World Program using Java Programming Language
class test
{
public static void main(String args[])
{
System.out.println("Hello World:");
}
}
OutPut :
Tags :
Hello world program java
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Traffic
Feedjit Live Blog Stats
Followers
Popular Posts
Write a Applet for Drawing Human Face
import java.awt.*; import java.applet.*; public class face extends Applet { public void paint(Graphics g) { g.drawOval(40, ...
Write a Program to Calculate Fibonacci Series using Do-while Loop for Java
public class fibonacci { public static void main(String []args) { int pre =...
What is Android ???
Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet computers. Android was...
Architecture Of Android Programming Language
Android operating system is a stack of software components which is roughly divided into five sections and four main layers as shown below...
Write a program to create Progress Bar using Swing in JAVA
import javax.swing.*; import java.awt.*; class progDemo extends JFrame { JProgressBar jpb = new JProgressBar(0,100); progDemo...
What is JQuery ?? JQuery Features ??
JQuery is a fast and concise Javascript Library created by John Resig in 2006 with a nice motto : " Write Less, Do More " JQuer...
Write a Program that calculates and prints the simple interest using the formula : Simple Interest = PNR/100
import java.util.Scanner; public class Main { public static void main(String[] args) { int p,n,r,Ans; Scanner sc ...
Simple Hellow World Program using Java Programming Language
class test { public static void main(String args[]) { System.out.println("Hello World:"); } } OutPut : ...
Basic Of Android Programming Language
Android is an open source and Linux Based Operating System for mobile devices such as Smartphones and talbets computers. Android was...
Hello Word Program Using Android Programming Language
Let us start actual programming with Android Framework. Before you start writing your first example using Android SDK, you have to make s...
Blog Archive
▼
2014
(33)
►
October
(1)
►
September
(1)
▼
July
(5)
Write a Program to Prints Prime Numbers using java
Write a Program to Calculate Fibonacci Series usin...
Write a Program that calculates and prints the sim...
Calculated Value Entered By User Using Java Program
Simple Hellow World Program using Java Programming...
►
June
(8)
►
March
(6)
►
February
(3)
►
January
(9)
►
2013
(12)
►
September
(1)
►
August
(5)
►
July
(6)
Pages
Powered by
Blogger
.
Total Pageviews
0 comments:
Post a Comment