Jain Neeraj

Ranch Hand
+ Follow
since Aug 09, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jain Neeraj

Thanks for the quik response.
The scenario is- I'm having a JSP with few divs in it. The contents of the divs are to be html files generated seperately.
It's going to be something like
div
(a variable that will get the html file contents here) //line 1
/div

Now this html file contents as line 1 is a html file with html and other tags, that becomes the child of div tag.

So i want to make sure if it is correct, or there shud be some other approach to do so.

Thanks,
NJ
Is it ok to have html as a child element of div tag. For example...

div
html
....
/html
/div

Please respond asap.

Thanks a lot.
NJ
Please anybody help me in letting know, where in Bangalore, India i can go and appear for the exam?

Thanks,
Neeraj
Thank you both for a prompt reply,
in case of c) my doubt is clear
But a) confused because it used the word "explpicitly" to invoke the gc.

Thanks,
Neeraj
Got a question on GC in some practice Test :

Which of the following statements about Java's garbage collection are true?
a) The garbage collector can be invoked explicitly using a Runtime object.
b) The finalize method is always called before an object is garbage collected.
c) Any class that includes a finalize method should invoke its superclass' finalize method.
d) Garbage collection behavior is very predictable.
e) The file pointer will be positioned immediately after the last character of the file.


Answer guide says the correct answers to be a,b and c
I'm not sure why a and c should be correct,
Can anybody help please.

Thanks
Can somebody help on what kind of questions can be expected in 1.4 exam on equals() and hashCode() methods?
It would be gr8 help if somebody who has appeared for 1.4 exam and gone through attempting questions on these 2 methods can give a_close_to exam point of view answer!

Thanks a lot,
NJ
I have an application that uses around 10 XML files for Configuration. Idea is to have a common XMLSchema for all Config Files (it can grow more than 10) and to have a UI for editing. Is it possible to parse the XMLSchema using XSL and produce HTML for editing in JSP and then save back the changes to XML Files? Or is there any other better approach?

Thanks
Hi,
I've a jsp which has 2 frames and in each frame i've to open another jsps' using <jsp:include> .
Now as i know <frame> tag syntax is, it takes the value of its src attribute as a url (or some file name), How do i use <jsp:include> (that has some parameter being passed using <jsp aram> inside frames.
Thanks,
Neeraj
22 years ago
JSP
I have a html page with two frmaes and i'm opening a jsp in top frame (that is generating HTML table). The problem is the HTML i'm getting is varying (sometimes it can have 2 TR or sometime 5 or more then that)...so it hides behind the frame and u need to scroll down (that i don't want to do).
So is there any way that i can adjust the top frame size to resize to fit the table i'm getting dynamically?
Thanks,
Neeraj
How can i get a list of all the users created on Weblogic 6.1. I have to show it in a Combo Box.
Any hints?
Thanks
N.
22 years ago
How can i put line numbers in JTextArea (like we have in general editors like WordPad or EditPlus etc...)???
N.
22 years ago
thank you very much buddy i got it working
22 years ago
sorry i forgot to mention that i'm using jdk 1.3.1
....
22 years ago
i couldn't get the solution ...Is it fixed? i tried stopCellEditing but that didn't help...
Is there a fix for this problem?
Thanks,
N.
22 years ago