problem in coding
i have a following code which display the contents of the text file but not other program like java or any c program is there any handler to open the program files other than Filereader.
FileReader fr = new FileReader("myprogram1.java");
not possible to display the content of myprogram.java
pane.read(fr, null);
fr.close();
FileReader fr = new FileReader("myprogram1.txt");
pane.read(fr, null);
fr.close();
possible to display the content of myprogram.txt
View Answers
March 12, 2011 at 1:24 PM
Try this:
import java.io.*;
class Read{
public static void main(String[] args) throws Exception{
FileReader fr = new FileReader("Read.java");
BufferedReader br=new BufferedReader(fr);
String st="";
while((st=br.readLine())!=null){
System.out.println(st);
}
}
}
Ads
Related Tutorials/Questions & Answers:
problem in coding
problem in coding i have a following code which display the contents of the text file but not other program like java or any c program is there any handler to open the program files other than Filereader.
FileReader fr = new
problem i coding
problem i coding i have a
problem in
coding a combobox containing a number of *.java program on click one of them that program should compile and run and display the result in other window
Advertisements
Please provide the coding for this problem
Please provide the
coding for this problem Please provide the
coding for the following
problem. Write a "hangman" game that randomly generates a word and prompts the user to guess one letter at a time. Each letter in the word
Problem about coding in ajvascript
Problem about
coding in ajvascript I created a three radio buttons in the following way
How many iphone styles are present in the image?
<input type="radio" name="option" id="option" value="01" /> 01<br />
Please provide coding for following problem
Please provide
coding for following problem Please provide the
coding for the following
problem:
You will write a java program that will read data from a file. The data in the file will be:
John Doe 75
Joe Blow 65
Mary Smith 80
problem in writing coding. Please help me.
problem in writing
coding. Please help me. Hi sir, my name is Logeswaran. I have
problem in writing JSP
coding for my university assigments. Actually I'm doing a Voting System. I need to know how to write JSP
coding
problem to do coding upload image in php
problem to do
coding upload image in php can i get example
coding how to upload image in php?i have try it but i dont no wheter it is correct or not because i can't save the image in folder and not connected to database mysql
coding
coding I need the logout
coding. can you please help me.
Please visit the following links:
http://www.roseindia.net/quickguide/tomcat/Logout.shtml
http://www.roseindia.net/jsp/loginstatus.shtml
program coding
program coding how to rearrange the array a[1]. . a[n] even elements and odd elements? please give the example
coding program.please provide the
coding for this
problem
coding for project
coding for project hai
how to write jsp
coding for project smart accessories ......
that s to navigate to another page when you click on a tag
coding for chart
coding for chart I want to convert a character into binary then convert it into its diagram in form of digital electrical signals.How can I do java
coding for this diagram
Java Coding
Java Coding Hello, Can u please tel me how to improve my
coding techniques.I am feeling difficulty with
coding but I am perfect with my theory part
coding of button
coding of button What is code of fetching the value of button in a textbox using javascript
program coding
program coding how to rearrange the array a[1]. . a[n] even elements and odd elements? please give the example
coding program
coding C
coding C Write a program for a GENERAL NUMBER CONVERTERS which include
binary, decimal, octa and hexadecimal. You need to write the program using C
language
need coding
need coding sir i need code for simple bank application in jsp please send it
sir i need the
coding for simple bank application in jsp.
Please visit the following link:
Jsp Bank Application
CODING TEST
CODING TEST
Problem Statement
Consider a inter dealer-broker network which various financial stock brokers use to execute customer stock trading...¢
Coding productivity (more time you take to submit the exercise, lesser you
CODING TEST
CODING TEST
Problem Statement
Consider a inter dealer-broker network which various financial stock brokers use to execute customer stock trading...¢
Coding productivity (more time you take to submit the exercise, lesser you
coding in java
coding in java write a code to calculate the product of odd integers from 1-15
class ProductOfOddIntegers
{
public static void main(String[] args)
{
long product=1;
for(int i=1;i<=15;i
Coding with Ejb
Coding with Ejb Hi Team,
I am learning Ejb now. Can anybody help me how to implement this Stateful Session Bean Example by using this Hibernate example. Thanks in advance.
Sorry, actually I want simple code adding
coding shape
coding shape i need to write a simple java program. the system must be in an applet and allows a user to choose whether to draw shapes such as circles, rectangles or lines on the screen. also, user can add circles by choosing