ml behra

Greenhorn
+ Follow
since Dec 20, 2000
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 ml behra

Hi vikram,
Did u set ur class path properly.start the webserver thru http and try running it.
hope this should help u
madhavi.
22 years ago
Hi folks,
can any body help me with jconnect.how do we establish a connection.jconnect coz we are using sybase as the database.send me some sample code if possible.
thankx in advance
madhavi.
jsp
Hello everyone!!
I am new jsp and i want some really good book with lots of examples.can any one guide me to get a good book.i want the name of the good book.
thankx in advance
madhavi.
22 years ago
Hi,
hope ur giving http://localhost:8080 and then the file name in the url and hope the javawebserver is started.

madhavi
22 years ago
Hello everyone!!
I have got a very basic doubts.
1. what is the difference between public and default modifiers.
2. what are access specifiers.Access modifiers are:
public,private,default,protected,abstract,final,static,synchronize,transient and native.
But what are access specifiers.Are both(modifiers and specifiers) same?
22 years ago
Thanks stephanie for ur reply.
22 years ago
Hi everybody!!!
In a applet we have init() method and it is invoked when the applet is first loaded.Can we invoke the constructor of the class before init().if so how?
thanks in advance.
22 years ago
Hello guys!!!
I have a basic doubt.
DriverManager is a class then why is not instantiated as other classes.
For example we usually give as
Connection con=DriverManager.getConnection("jdbc.odbc.dsn","username","password");
Why don't we give as
DriverManager dm=new DriverManager(...)
waiting for reply
Thanks in advance.
22 years ago