Home Answers Viewqa Java-Beginners simple program question

 
 


Deanna Owen
simple program question
1 Answer(s)      2 years and 4 months ago
Posted in : Java Beginners

how do i get a java program to take an input from the user and have it terminate by a period and not by pressing enter?

View Answers

September 3, 2011 at 9:04 PM


How to get the input for java programs

public class name{ public static void main(String args[]){ Scanner fi=new Scanner(system.in); BufferReader bf=new BufferReader(fi); int a=bf.readLine(); system.out.println("Value OF input is"+a) } }









Related Pages:
simple program question
simple program question  how do i get a java program to take an input from the user and have it terminate by a period and not by pressing enter
A simple question - Java Beginners
A simple question   Design a program to calculate either the square of a number or the square root of a number and display the results. output should be like:- Enter a float value: 6.2 Do you want the (s)quare or square (r
question
question  please give me a simple program using bean + jsp + mysql
Java simple question - Java Beginners
Java simple question  I have to design a program for a trucking company that has 7 trucks in its fleet. Each truck is identified by a number, 1-7.... Truck 7 Max = 30K weight = 20K. (8 possible dialog boxes: program instructions
simple program
simple program  how to print * like triangle
A Simple program
A Simple program  Hi I have written the following code: class FirstRectangle{ public int rectArea(int l,int b){ int farea = l*b; System.out.println("Required Area::"+farea); return farea
Simple Question - JDBC
Simple Question  Respected Sir/Madam, I am R.Ragavendran.. Can I know the following syntax is valid or not? while(rs.next()) { <% <TR> } Because its not working for me.. It is throwing
simple calculator program in javascript
simple calculator program in javascript  strong textsimple calculator in javascript
simple webdesign program with coding
simple webdesign program with coding  how to design a webpage using html   Please go through the following link: HTML Tutorials
Question
Question   When there is an exception in my program how java runtime system handles
question
question   sir plz tell me what should i give in title box. just i want java program for the question typed in this area
question
question   sir plz tell me what should i give in title box. just i want java program for the question typed in this area
Simple JSP program
Simple JSP program  create a simple jsp page in which number is to be entered by user in jsp page and submit button clicked.If number entered is greater then 100,then message box "no is greater" elseif less "no is lesser
question
question  i need a simple jsp code for monthly salary calculation
question
question  i need a simple jsp code for monthly salary calculation
question
question  i need a simple code to display all employees on leave using jsp and mysql
question
question  i need a simple javascript or jsp code to send message from one mail to another mail
question
question  i need a simple javascript or jsp code to send message from one mail to another mail
question
question  i need a simple jsp + mysql code for trigger after insert
question
question  Sir, Please help me to develop a simple search engine model in java , send me some codes
question
question  Sir, please give me a simple jsp code to upload images to a folder
question
question  good afternoon sir, please send me a simple Jsp or Java code to display a calendar with Indian public holidays,current date and time.It is very urgent,please consider and me as soon as possible
question
question  i need a simple jsp + mysql code to display all absentees.and please send,if have any option to send any notification message to user who forgot to mark attendance
question
question  Dear Sir, could you please send me a simple example of java and database connectivity with java and sql   Please visit the following link: JDBC Tutorials
Simple Java Question - Java Beginners
Simple Java Question  [color=#0040BF] Dear All, I have a huge text file with name animal.txt, I have the following sample data: >id1 lion >id2 horse cat >id3 mouse tiger I need to save the contents
question
question  Dear Sir, Could you please send me a simple and standard example including Java bean class , use of that bean class in JSP   .../usingbeansinjsp.shtml http://www.roseindia.net/jsp/simple-jsp-example/UseBean.shtml http
question
question  i need a jsp program to get system ip address
question
,jsp and simple java script.i don't know ajax
question
question  i need a jsp program to list all employees on leave +mysql
question
question  i need a jsp and mysql program to display all employees on leave
question
question  how to run a jsp program while ubundu(linux) boot up
Question
Question  Sir, give me a java program to count the number of tokens , given a string and a seperator
question
question  i need a jsp and mysql program to retrieve data from employee table and attendance table using user name and password at a time
Question
Question  Sir, give me a Java program to read data from keyboard up to names , sort in alphabetical order using bubble sort
question
question  i need a jsp/html program which includes drop down menu for leave types and a button for apply leave.and need another jsp to validate types of leave and then insert in to data base using mysql
question
question  i need a jsp and mysql program to retrieve data from employee table and attendance table using user name and password at a time for a Sign in user
Question
Question  Sir, please help me to write a JAVA program to read data from keyboard up to names and sort in alphabetical order using bubble sort
Question?
Question?  My question is how to: Add a menu bar to the program with a File menu. In the File menu, add a submenu (JMenuItem) called About. When the user clicks on the About menu item, display a JOptionPane message dialog
Question
program style java interview questions and answers  Good afternoon sir could you please send me program style java interview questions and answers for one year experianced candidates.ie ,the questions like find out the result
question
question  good afternoon sir, i need a jsp/html program which includes drop down menu for leave types and a button for apply leave.and need another jsp to insert types of leave which is selected by the user ,in to data base
Question
Question  Good afternoon sir could you please send me program style java interview questions and answers for one year experianced candidates.ie ,the questions like find out the result of given code(to find out result from
A question
A question  Please explain the directory structure required to execute a jsp program? I have package named package1 . This contains a class named... contains "class1.class" file. The program does not execute. Please tell where
question
question  simple jsp code for login and validation using jsp and simple java script   // login.jsp <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> Insert title here
Question
java interview questions and answers for one year experianced candidates  Good afternoon sir could you please send me program style java interview questions and answers for one year experianced candidates.ie ,the questions like
question
question  write a menu driven program to accept a number belonging to any number system that is octal,binary,decimal,hexadecimal according to user's choice and display its equivalent number system entered according to the user's
simple pgm
simple pgm  a java program which uses super class
JSF Simple question - Java Server Faces Questions
JSF Simple question  I have h:dataTable (with 10 position) i need write simple jsf file that represent only 5 position and on another page last 5 position . How can i proceed from first page to second
Simple program to combine all html,ajax,java,servlets,jsp,json - Java Beginners
Simple program to combine all html,ajax,java,servlets,jsp,json  Hi... a program which is a combination of all those technology. For that, i planned to design a simple html page with a input field and submit button. I tried to do
simple eg
simple eg   <?php</li> $string = ?Hello Users?; print (?Welcome to Roseindia, I want to greet $string?); print (??); $string = ?Bye Bye!?; print (?OK meet you soon, $string?); ?> in this program we get a error at line
Java program question ...
Java program to draw a triangle of stars given N the number of stars at the bottom line  Write a program to draw a triangle of stars given N the number of stars at the bottom line. can assume that N will always be an odd number

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.