answersLogoWhite

0

Class hindi

{

public static void main()

{

char c;

for(c=2309;c<2362;c++)

{

System.out.println(" "+c);

}

}

}

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you get a Java program to display a backslash in output without it interpreting it as a program command?

Follow the backslash with another backslash: System.out.println("\\ " \"); will display \ " \ on the screen.


What is javadoc?

write a java program to display "Welcome Java" and list its execution steps.


What Is Out in java?

System.out is the standard output stream, i.e. the console running the java program nngvhnhbm


What Program that will display the even numbers in data structures and algorithms?

JAVA


What is java console?

The Java console is a display of output sent by a Java program. This is similar to the MS DOS operating system.To print to the console, a programmer will type "println(text);" or "print(text);" depending is the programmer wants to make a new line after the text(println) or not(print).


How do you solve no console in java i have already enabled java console in java window from control panel but whenever i run my java program i keep receiving a no console message?

If you have enabled the Java Console in the Java Control Panel but are still not seeing the console when running your Java program, there are a few possible reasons for this issue. Firstly, ensure that your Java program is actually printing output to the console using System.out.println() statements. Additionally, check if your program is running in an environment that supports console output, such as a terminal or command prompt. Finally, make sure that your program is not terminating too quickly before you can see the console output, as this can sometimes give the appearance of no console being available.


Can you please display me a java program that displays description of animals as output?

public class Animals { public static void main (String args[]) { System.out.println ("cats are nice, dogs are ugly"); } }


Why printStream out in jdk is defined inside system class?

The System.out object is an instance of the PrintStream class which prints directly to standard output (typically the console window you run your Java program from). This is put here so that programmers have a simple way to display output.


How do you determine the out put of java program?

"Output" refers to what the program produces - normally what it shows on screen, or perhaps writes to a file.


Write a program in java to display a string message using Servlets?

i dont no string for servlate


What do you mean by multithread program in java?

A Program in Java that spawns multiple threads is called a multithreaded program in Java.


Will you give us 10 to 15 different projects of advance java so that we can study advance java?

A good program display a model of human cells, and test different mutations.