SV: Java 2 question

2002-01-30 Thread Jan Arenö
be a typoerror from you, but thats the general rule // Jan Arenö -Ursprungligt meddelande- Från: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]För Miao, Franco CAWS:EX Skickat: den 30 januari 2002 00:30 Till: [EMAIL PROTECTED] Ämne: Java 2

FW: Re: Java 2 question

2002-01-30 Thread Paul Idusogie
, 2002 9:39 AMTo: '[EMAIL PROTECTED]'Subject: RE: Re: Java 2 question Look at Wrox's book on Professional JSP 2nd Editionchapter 18 Case Study: A maintainable Database Explorer Thanks,Paul IdusogieTechnical ArchitectConsulting ServicesStellent Inc. Golden Triangle DriveEden Prairie, MN

Re: Java 2 question

2002-01-30 Thread Paul Idusogie
: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 29, 2002 5:30 PM To: [EMAIL PROTECTED] Subject: Java 2 question anyone has idea about this? for some reason I can run the class after I compiled it. thanks for help, anyway... public class incr { public static void main

Re: Java 2 question

2002-01-30 Thread Chris Pratt
: [JSP-INTEREST] Java 2 question Hi, If you have any info (book/source code) on how to build a SQL database browser (insert, delete, update, browse, etc) please let me know. what I am looking for is almost anything that can be hefpful to develop a GUI browser for an sql database using java ( I

Java 2 question

2002-01-29 Thread Miao, Franco CAWS:EX
anyone has idea about this? for some reason I can run the class after I compiled it. thanks for help, anyway... public class incr { public static void main(String args[]) { int i , j; i = j = 3; int n = 2 * ++i; int m = 2 * j++; System.out.println(i

Re: Java 2 question

2002-01-29 Thread Nguyen, Thang P
Hi, If you have any info (book/source code) on how to build a SQL database browser (insert, delete, update, browse, etc) please let me know. what I am looking for is almost anything that can be hefpful to develop a GUI browser for an sql database using java ( I need more than just to write sql

Re: Java 2 question

2002-01-29 Thread Tomás( Marek
Miao, I don't understand your problem, anyway the result "a" is right, in my opinion. :-\ tom Miao, Franco CAWS:EX wrote: [EMAIL PROTECTED]"> anyone has idea about this? for some reason I can run the class after Icompiled it.thanks for help, anyway...public class incr {public static

Re: Java 2 question

2002-01-29 Thread Tomás( Marek
good tip is "Beginning Java 2" by Ivor Horton. You find it in the last two lessons. Also have a look at Java Tutorila at java.sun.com website. The rest is up to you. Nguyen, Thang P wrote: 9678C2B4D848D41187450090276D1FAE0ECE7BF4@FMSMSX32"> Hi,If you have any info (book/source code) on how