Results 1 to 1 of 1
Thread: What is New in SCJP?
- 07-28-2009, 02:44 PM #1
Member
- Join Date
- Jul 2009
- Posts
- 2
- Rep Power
- 0
What is New in SCJP?
Hi All,
This thread will tell you about the new things added in the Java 6.
You can also Add your comments for the Same.
1. Java.io.Console
This is Used for getting or Putting value from or to Console respectively.
We can get the reference by invoking System.console().
Code Sniptt.......
Console c=System.console();
String s;
s=c.readLine();
This is the introductory information and will update more information about this.
Regards,
Saket
Similar Threads
-
Does SCJP help
By abhishekkejriwal in forum Java CertificationReplies: 2Last Post: 08-26-2008, 08:34 AM -
Scjp 5.0
By psangani7@yahoo.com in forum New To JavaReplies: 2Last Post: 08-25-2008, 01:35 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks