Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

Java - Multithreading

Wed Nov 23, 2011 10:52 am

Create a multiThreading application.
One thread will read char data from a file and print it to console (user has to create one file manually with char data separated by space).
Second thread called asciiVal will display ASCII value of char data read by first thread to console.
Use interThreadCommunication to generate following type of output.
(Assuming file has data like – T E C H N O L O G Y ……)
Char value : T
ASCII Value : 84
Char Value : E
ASCII Value : 69
Char value : C
ASCII Value : 67
Char Value : H
ASCII Value : 72

Check this :
java/what-is-multithreading-t576.html



Post a reply
  Related Posts  to : Java - Multithreading
 What is Multithreading?     -  
 C++ Multithreading     -  
 2d game in java-Monster-Java 2D Game Graphics and Animation     -  
 Java course     -  
 What is Java API?!!!     -  
 java or .net     -  
 need help in java     -  
 Using FTP in java     -  
 what is java     -  
 Introduction to Java IO.pdf     -