sunil chandwani

Greenhorn
+ Follow
since Dec 20, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by sunil chandwani

I have been given a project of making java dialer. To connect isp through a modem for connecting to internet. can somebody give me the idea. I mean how to proceed after designing a layout.
24 years ago
Hello,
Can some body tell me about any IIS plugin that helps in testing JSP on my standalone system.
or
any other server other than tomcat because it is too hard to configure specially on Win NT.
24 years ago
I got confused while reading java.io.
I has got lot of bytestreams and characterstreams
can some body tell me a simple to remember it
24 years ago
Hello
I am confused with >>> operator on negative numbers
such as
-42>>>3
what will be the result and how.
how to calculate binary for negative numbers.
24 years ago
can some body tells me that which topics are important for
SCJP. Where should we emphasise more.
Its the same in delhi too. The boom here is that Sun isgoing to hike the price of certification fee.

Originally posted by James Roddy:
[b] hi all
I heard that Exam Voucher is not available in calcutta upto june.</red>
Is this true !!!
Pls. help.
James Roddy[/B]


I am an Indian resident. In Delhi(captial of India) all Sun authorised test and training center has refused to register for SCJP. Is it true that SUN has temporarily stopped registring for new certifications.
Iam a jsp beginner
I have several doubts. please help me
1.is it necessary to have knowledge of sevlets for starting jsp
2.I have downloaded apachae tomacat as my first book has suggested me but I am unable to run my examples on this
3.Can jsp works on pws(personal web server of microsoft)
4.Is there any online turorial for jsp
5.which is best book for jsp beginners except orielly's
24 years ago
I am a bean beginner . I have downloaded bdk1_1_win but when I tried to run beanbox from command prompt (c:\bdk\beanbox\run.bat)
I got the following message

C:\bdk1.1\beanbox\>java sun.beanbox.BeanBoxFrame
exception in thread "main" NoClassDefFoundError:sun/beanbox/BeanBoxFrame
C:\BDK1.1\beanbox>if "" == "Windows_NT" setlocal
C:\BDK1.1\beanbox>set CLASSPATH=classes;..\lib\methodtracer.jar;..\infobus.jar
Out of environment space
I am working on windows98

I have jdk1.2 installed on my PC. I have downloaded jsdk from sun's site. which resides in c:\jsdk2.0. I have set the path in autoexec.bat as c:\jsdk2.0\lib\jadk.jar;c:\jsdk2.0\bin. but till not working when tried javac compiler on sample servlet code. giving the error "javax.servlet not found in import." I have tried the same code with KAWA4.0 after setting the path there.But result is the same.javac is working fine with other jdk1.2 classes.like awt.,util.,etc.


24 years ago

I have jdk1.2 installed on my PC. I have downloaded jsdk from sun's site. which resides in c:\jsdk2.0. I have set the path in autoexec.bat as c:\jsdk2.0\lib\jadk.jar;c:\jsdk2.0\bin. but till not working when tried javac compiler on sample servlet code. giving the error "javax.servlet not found in import." I have tried the same code with KAWA4.0 after setting the path there.But result is the same.javac is working fine with other jdk1.2 classes.like awt.,util.,etc.


24 years ago
public class counting{
public static void main(String args[]){
for(int i=0;i<10;i++){
System.out.print(" "+i);
}
}
}
/*Result:
0 1 2 3 4 5 6 7 8 9

The way code given above prints 0 to 9 integers. Can we write a code to
print all small alphabets in this fashion
a b c d e f g h i j k l m n o p q ......z*/
24 years ago
why jsql is not as popular despite of a good lauch as compare to ORACLE versions. which RDBMS is technically prescribed to coordinate java applications.
24 years ago
you can do it by parse(conversion) methods
what it does basically that it converts your String type data to internal binary format and returns as per the requirement
24 years ago
i hava cyrix233Mhz with 32mb RAM
whenever I try to execute applets through appletviewer
this always filckers which looks very irrating.and it flickers very fast when I move my mouse inside applet area while execution or when I place my mouse pointer on the closing button of applet. It happens with all applets executed programmed on my computer but dowloaed applets work very well.please help me to rectify this problem.
24 years ago