Forum: Java Jun 21st, 2008 |
| Replies: 7 Views: 1,478 I searched every where I didn't find the answer.
Without taking inputs from others how can we improve our knowledge.
How you learned java your own, you also studied some books or else by berth... |
Forum: Java Jun 20th, 2008 |
| Replies: 7 Views: 1,478 Classes Like Threads,Streams,Runtime and some of awt not serializable.
Please tell me the Reason.
This is asked in my interview.
I said, classes which have native code will not be serializable.... |
Forum: Java Jun 5th, 2008 |
| Replies: 3 Views: 768 Hello,
this is sasidhar. I am going to attend an Inteview. He gave me a simple project using servlets.
Inventory management. I am searching for procedure in net. If anyone... |
Forum: Java Mar 26th, 2008 |
| Replies: 2 Views: 1,354 Actually it works
if we do like this.
Byte b = 3;
Short s = 34; |
Forum: Java Mar 26th, 2008 |
| Replies: 2 Views: 1,354 class WrapperTest
{
public static void main(String[] args){
Byte b = new Byte(3);
Short s = new Short(34);
}
}
when I try to compile this is the problem I got |
Forum: Java Feb 20th, 2008 |
| Replies: 0 Views: 1,225 This is sasidhar.
I am getting problem with JNDI.
please help to solve this problem.
This is the program I used to work on JNDI.
I am using weblogic 10.0
import javax.naming.*;
import... |
Forum: Java Oct 29th, 2007 |
| Replies: 15 Views: 3,724 If it is possible please guide me. |
Forum: Java Sep 15th, 2007 |
| Replies: 2 Views: 1,342 |