sunny

Greenhorn
+ Follow
since Feb 01, 2001
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 sunny

Hello,
I download Jxam, but I don't know which file I should click to run it. Could you please tell me?
Thank you!
I download Jxam, but I don't know which file sould I run to start. Could you please tell me?
23 years ago
I am sure this is a silly question however, pleas help!
I download Jxam.zip, but I don't know which file I should to click to start to use this software.
Thank you very much for your reply.
23 years ago
thanks Purnima&lokesh for your reply
can u give me the exact classpath(am using jdk1.2)
regards
sunny
23 years ago
hi!.
i visited ur site .it is really worth!.pl send me ur "freq asked questions" as am preparing for exam
contactsunny@www.com
regards
sunny
o.k I agree
then Math.round(14.9) returns 15.Am I right.
o.k I agree
then Math.round(14.9) returns 15.Am I right.
o.k I agree
then Math.round(14.9) returns 15.Am I right.
hi ,
I think
3)Math.round(-20.8)=-20
not -21 because it will round it to the next highest integer when fraction is 5 or >5.so -20 is greater than -21.
If i am wrong please help me.
Thank u. This clarifies my doubt.
hai
your problem is not clear. mail more information about your exact problem
sunny
Hi savithri,
I amde a mistake.
ok.If we give as
if(flag==true)
How the answer is true.I think it should be false because flag is assigned to false.
boolean flag=false;
if(flag=true)
{
System.out.println("true");
}
else
{
System.out.println("false");
}
The key answer is true.But I think answer is false.
Why is it so?Please clarify.Thanks in advance
hai milind
I donot know which type of driver it is just we give the path to load the files is sun.odbc.jdbc.JdbcOdbcDriver as a parameter to forName method of Class. and about the databases ms access 7 and oracle 8i for both previous,first,last functions are not working and I am working on jdk2.