hi,
i would like to know how to find weeks in a particular month,how to identify first & last day of each week in a given month .
ex:
for aug 2001 it should display
week 1 : 1 & 4
week 2 : 5 & 11
week 3: 12 & 18
week 4 : 19 & 25
week 5 : 26 & 31
thanks
tejas
hi ,
i have some doubts on applet using rmi.
this is the rmi applet code :
-----------------
interface:
import java.rmi.*;
public interface AppletMess extends Remote
{
public String appletMessage() throws RemoteException;
}
----------------------
implementation class:
import java.rmi.*...
hi ackka,
thanks for your kindly reponse.
i have just read your reply. i will get in touch with you
as soon as i implement it.
will it run with applet using rmi.
i am getting exception when working with ie 5.0: java.rmi.remote
not found.
if u need more explanation i will mail the code to u...
hi,
i have joined this forum today.
could anyone tell me the advantage/disadvantages of using RMI.
when i am trying to convert an existing standalone rmi-application to an applet, i am facing problem while running in IE. but i t's working properly in appletviewer.
what should i do in order to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.