I quick question

//This application prints Welcome to Java!

public class Welcome

{

public static void main(String[] args)

{

System.out.println("Welcome to Java!");

}

}

Ok i am trying to Print out Welcome to Java! in bold text, but its is not doing it. can anyone give me some help?

thanks

[340 byte] By [3000gt_ripa] at [2007-10-2 20:13:38]
# 1
There is not such functionality in java's PrintStream class.But if console you use support some kind of control characters or escape sequences then you should check your console documentation and insert required special characters to your output.
Michael.Nazarov@sun.coma at 2007-7-13 22:55:46 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
i am using Jgrasp, and i hate it. Can you give me a recomendation? netbeans maybe?
3000gt_ripa at 2007-7-13 22:55:46 > top of Java-index,Java HotSpot Virtual Machine,Specifications...