Hello sir,
i hardly try to pass the value from one
java program to another java program please give some idea
my problem
i have one java program that will get callerid using this
String callerid=request.getCallerId(); i want to pass this callerid to another java program Note (i am not using package)
using this i calling another program
Class b=Class.forName("English01");
Object obj1=b.newInstance();
English01 f=(English01)obj1;
f.service( request,channel);
how to do that if you have idea or same code please guide me