Wednesday, 15 August 2012

java


creating program

public class Loops { public static void main(String [] args) throws Throwable { loop: while (true) { for (int i = 0; i < 100; i++) { int c = System.in.read(); if (c == 'x') { continue loop; } else if (c == 'y') { break loop; } else { System.out.print((char)c); //System.out.flush(); } } System.out.println(">"); } System.out.println(); } }

java


creating program

public class Loops { public static void main(String [] args) throws Throwable { loop: while (true) { for (int i = 0; i < 100; i++) { int c = System.in.read(); if (c == 'x') { continue loop; } else if (c == 'y') { break loop; } else { System.out.print((char)c); //System.out.flush(); } } System.out.println(">"); } System.out.println(); } }

Saturday, 11 August 2012

your own web create to download   platform IIs7...
link: http://www.iis.net/download/administrationpack

page


create paragraph

This create a computer technology in modern world.

The technology day will focus on our most developer and tools.Android,Chrome ,Maps, Web master. Link:="www.easyhomepage.com"

Thursday, 9 August 2012


Creating paragraphs
This web application.
A Web application can be defined as an application that can be accessed through the Internet using a web browser. Let's now discuss various technologies used to develop application in java.