Advertisement
Nickname
sbitla
Registered since:
March 22, 2002
Short bio:
 
Home page:
 
Total posts:
6

Forum posts by Srinivas:

1 page [ 1 ]
Posted in Java Answers Forum, Jun 24, 2002, 3:16 AM
I want to append a newly created Attribute to an Element of an existing Document. When I do that the appendChild() throws DomException. Here is the code.Document doc = this.getDocumentModel();Node root = doc.getFirstChild();XmlDocument xmlDoc = (XmlDocument) doc;Attr attr =...
Posted in Java Answers Forum, May 16, 2002, 4:05 AM
Hi, How to display JTable Header title vertically?thanks,Srinivas Bitla.
Posted in Java Answers Forum, Mar 30, 2002, 6:12 AM
Thank you Mohit Gupta. You are correct. There is another object(SysProcessButton) that references WsPanel which inturn references WsTable and WsNavigator. When I am done with SysProcessButton object I set it to null and everything got gc'd.Thanks.Srinivas.
Posted in Java Answers Forum, Mar 25, 2002, 7:56 AM
Thanks for your response. Now let me tell you the problem I faced. I have four classes called WsPanel, WsTable, WsNavigator and SysMain. WsPanel extends JPanel and contains WsTable and WsNavigator. WsTable extends JScrollPane and contains JTable. WsNavigator extends JPanel and contains JButtons. SysMain is a JApplet and contains a WsPanel. In...
Posted in Java Answers Forum, Mar 22, 2002, 6:41 AM
Hi,Say there are two objects A and B. A has a reference to B and B has a reference to A. Now, how does GC know that those two objects are unreachable? Cann't GC find that object A can be reached from B and in the same way B can be reached from A? If more objects are involved it makes even more complex. In this case, will GC garbage collect...
Posted in Java Answers Forum, Mar 22, 2002, 5:47 AM
Hi, Will objects that have circular references to each other be Garbage Collected?
1 page [ 1 ]
Advertisement