Bhaskar Selvaraju

Greenhorn
+ Follow
since Jul 04, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Bhaskar Selvaraju

Can someone please tell me how do i stop a server once it has been started i.e after it has been invoking, other than shutting down the server, i am using Apache with Tomcat.
This servlet is doing some extensive work along with some serious logging so it can run from say 10 to 30 mins.
20 years ago
Hi Ranchers,
Can anyone please tell me how to embed a flash object in the message section of a e-mail so that when the user receives the e-mail the flash page automatically downloads with the message.
Thanx,
Bhaskar
Hi Ranchers,
I am thinking of developing an application for PalmTop's. I am new to J2ME technology so i dont know if its the way to go for it. I would be much obliged if someone could point me in the right direction.
Thanking You in advance,
Bhaskar
22 years ago
HI Ranchers,
I would like some help and fast, i need an application that would connect to my SQL server database on the web and make an incremental database copy of that to my local machine in MS Access periodically.
Please let me know on how to go about it as this is very urgent and i am really stuck.
Pleae let me know if this can only be done using a stored procedure.
Thanx,
Bhaskar
Hi All,
I want to copy a SQL database from the web server to my local machine at the end of every day, can anyone please tell me on how to go about it ???
Thanx
Bhaskar
22 years ago
JSP
Hi Folks,
I am working on a web based project where i am required to send SMS to users programmatically, can anyone help me on how to go about it ??? Like any resource on the net that will help me, is J2ME useful in this regard ??? It is very urgent so any help will be much appreciated.
Bhaskar
22 years ago
Hi All,
I have made an application to upload and download files from the web server but i am concerned that people dont upload/download files infected with viruses. So i would like some help in checking the files for viruses before both upload and download, can i use some anti virus software like they do i popular email programs ??? If so please tell me how, Any help would be much appreciated.
Bhaskar
22 years ago
Hi All,
Sorry for not letting you all know sooner about my result, Two weeks ago i passed my JCP with 76% , well below my expectations, but the exam was bloody tough.
Guess what i got 13 ques from MULTITHREADING and i got 12 right.
It was nothing like the sample exams i took from the net, so study hard before you finally take one.
Once again Thanx all,
Bhaskar
22 years ago
Hi All,
I am making an Online exam system using applets. but the trouble is that JDBC ODBC Bridge does not seem to work with Browser applets. so if anyone can tell me whats the way around it i will be much obliged.
Thanx in advance,
Bhaskar
Hi,
I am making an online exam applet which will read questions from the database and will have a timer and all, something like the jcp exams. The problem is that browsers dont allow a JDBC ODBC connection because of the sandbox model. Please enlighten me as to how to overcome this problem. Any help will be much appreciated.
Thanx,
Bhaskar.
22 years ago
Hi All,
I have a chat program that works fine, but its not accessible behind firewalls !!! so i am really stuck, please let me know what r the options i have and send me some code snippets if u can. Can someone pls explain HTTP TUNNELLING too?
Bhaskar
public abstract abc( );
public abstract void ABC( );
public abstract ABC( ) { };
None of these are abstract classes. an abstract class looks like this
abstract class Abs{
public void abmeth();
public void normalmeth(){
System.out.prinltn("I am a normal method");
}
}
Just a basic one
Can someone please tell me why do the methods in a class that implemements the interface have to be declared public ???
What is the logic behind this dictat? An early reply would be appreciated.
Bhaskar.
Hi,
Can someone please tell me why my chat applet is not accessible behind a firewall ? Is it because the port on which i am running the applet is not allowed on the proxy or is it because my applet is not signed. A quick response will be much appreciated here.
Thanx,
Bhaskar
22 years ago
Hi,
Can someone please tell me why my chat applet is not accessible behind a firewall ? Is it because the port on which i am running the applet is not allowed on the proxy or is it because my applet is not signed. A quick response will be much appreciated here.
Thanx,
Bhaskar