G Subrahmanyam

Greenhorn
+ Follow
since Dec 16, 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 G Subrahmanyam

Hi, In what way JDK1.4 is different from earlier Jdks. Pl. list them for reference.
21 years ago
One can use java.io.serializable for the same
21 years ago
The order of execution is determined by the ordering in the deployment descriptor.
21 years ago
How filter mechanism works in SERVLETS 2.3. Pl. give with an eg.
21 years ago
Nice Reply
22 years ago
Hi,
The following url gives the detailed explanation of gridbagconstraints and usage
http://java.sun.com/docs/books/tutorial/uiswing/layout/gridbagConstraints.html
Hi Shyam
We can use Interrupt() method. Basically , suspend() and resume() methods are deprecated and replaced with interrupt() method.
As it was said rightly, wait() and notify() must be called from within synchronized code.A call to wait(), it releases the lock and go to sleep mode. The notify() and notify all() methods moves the object from wating state to ready state,but notify all() method moves all the waiting threads to ready state.
Can any one explain me about wrapper object. Thanks in advance.
Why float to long is defined as narrow conversion as per JLS
23 years ago
Hi ,
It is shocking news for me at this moment as I am planning to take the exam in the first week of Jan 2001. If there is any change please provide the url about info to my email id gvbsvv@excite.com
Thanks
Well done Vivek,
Can you send me the info which will help me for the test. I will be greatful.
Thanks in advance.
23 years ago