logo
  • Home
  • About
  • Contact
  • My Forum
  • Privacy Policy
  • General
  • Technical
some concept...
Friend...
pani puri in rainy days pani puri in...
Client/Server Program Client/Serve...
RMI program RMI program...
Hello world!...
featured articles
popular articles
  • Hello world! (1)
random articles
  • pani puri in rainy days...
  • Client/Server Program...
  • some concepts related with operating sys...
  • Hello world!...
  • RMI program...
  • Friend...
Posted by Rajesh on 10 15th, 2009 | No Comments

some concepts related with operating system

SEMAPHORES In programming, especially in UNIXsystems, semaphores are a technique for coordinating or synchronizing activities in which multiple process compete for the same operating system resources. A semaphore is a value in a designated place in operating system (or kernel) storage that each process can check and then change. Depending on the value that is found, the...
Read More
Posted by Rajesh on 10 6th, 2009 | No Comments

Friend

from now onwards if i get any valuable thing to share u will find it...
Read More
Posted by shwetha on 10 5th, 2009 | No Comments

pani puri in rainy days

pani puri in rainy days
pani puri in rainy days really rockz i love it ...
Read More
Posted by admin on 10 5th, 2009 | No Comments

Client/Server Program

Client/Server Program
//for Server side import java.net.*; import java.io.*; class FileManager { public static String getFileContent( String filename ) throws IOException { String content=”"; try { BufferedReader reader = new BufferedReader( new FileReader( filename ) ); String data; while( ( data = reader.readLine() )...
Read More
Posted by admin on 10 5th, 2009 | No Comments

RMI program

RMI program
//code for remote Interface import java.rmi.*; public interface HelloInterface extends Remote { public String getMessage() throws RemoteException; public void display() throws RemoteException; } //Code for Server import java.rmi.*; import java.rmi.server.*; public class HelloServer extends UnicastRemoteObject implements HelloInterface { public...
Read More
  • Sponsors
  • Recent Posts
  • Recent Comments
  • About
  • some concepts related with operating system
  • Friend
  • pani puri in rainy days
  • Client/Server Program
  • RMI program
  • Hello world!
  • Mr chandan Hi, this is a test comment....
About us
  • Blog Roll
  • archives

Blogroll

  • Drink Recipes
  • Food Recipes
  • Free SMS India
  • Indian Blogs
  • Jokes Blog
  • Kannada Portal
  • Kannada Songs
  • October 2009

categories

  • General
  • Technical

Search

  • Sponsors
  • Admin
advertisement advertisement
  • Log in
© Shwetha's Blog 2009 | chandan | kannada | directory | Indian Blogs | Powered by Wordpress | Elegant Themes