when i write
string s1="java";
in one program(application) and
string s2="java";
in another application
on the same jvm will both objects s2,s2 will refer to same
memory location where "java" is stored
in string pool.
in a constructor what happen if u call super and this in
the same class? i know that it is not possible to call
both in the same one? if we call what will happen?
Question 6 [9]
6.1 In what situations (in general) would you use a
TreeMap? (3)
6.2 In what situations (in general) would you use a HashSet
to store a collection of
values?
What problems will occur when you don?t use layout managers?
181
How to implement a multithreaded applet?
325
what is the use of pojo (plain old java objects)?
how it is interact with crystal reports? pls urgent
119
How to add and remove nodes in Jtree?
238
What releases of Java technology are currently available?
What do they contain?
116
Which Component subclass is used for drawing and painting?
129
I am unable to find or learn about print command. I have a
graphical program in core java in applet but i want to give
print command but i have coding for that so if anyone know
about this plz mail me on avdhesh_chauhan007@yahoo.co.in
98
What is Session reduplication and how its done?
70
Howto get an object that will perform date & time calculations
then format it for output in some different locales with
different date style.can ne1 tel me the answer of this
question.pls