| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
4 comments so far (post your own) View All Comments Latest 10 Comments:This site has a good tutorial. i am beginner in java.
i have learn very good tips in this site. i am a php developer.
Posted by Govind on Friday, 08.31.07 @ 18:36pm | #24621
this code snippet is awesome
i can get the clear idea of user input functions
but it could be better if you would show different method of implementing the same
than
Posted by ramesh on Saturday, 06.2.07 @ 13:44pm | #18011
Hi,
Dear Karthik!
I got your problem [BufferedReader br1 = new BufferedReader(new InputStreamReader(System.in))]. You visit the following url for better understanding to this.
You can also take data from the keyboard through command line.
For example:
int a = Integer.parseInt(args[0]), int b = Integer.parseInt(args[1]) and so on.]
Read more: [url = http://www.roseindia.net/java/example/java/io/ReadStandardIO.shtml] BufferedReader class[/url]
vinod kumar
Posted by vinod kumar on Tuesday, 03.6.07 @ 19:08pm | #10862
I am lil bit confused at the usage of
BufferedReader br1 = new BufferedReader(new InputStreamReader(System.in))
is there any other possibility with out using this?
Posted by karthik on Monday, 02.26.07 @ 14:11pm | #9650