A simple applet that displays a banner. The text is placed inside variable msg import java.awt.*; import java.applet.*; /* <a...
Read More
Home / Archive for 06/01/2010 - 07/01/2010
Java Program to prove that selection sort is faster than bubble sort
class bubblesort implements Runnable{ int ar[] = new int[10000]; Thread td; bubblesort(){ int t=0; for(int i=9999;i>0;...
Read More
Java Program that uses Datagram packet to send a file over LAN
In this program we have a server(noide.java) and a client(noides.java) This is the server or the broadcaster import java.nio.*; import ja...
Read More
Subscribe to:
Posts
(
Atom
)