| Thread | Last Post | Replies |
|
| How to connect to access database using J# | 01 Jun 2005 07:16 GMT | 7 |
I am a newbie to J# and just figuring out how to connect to an microsoft access database using J#. Please help ASAP,,, thanks
|
| Will application J2ME MIDP 2.0 based of one device run another J2ME MIDP 2.0 device? | 01 Jun 2005 06:41 GMT | 9 |
A J2ME MIDP 2.0 based application running on one Mobile device. Will this application run on another J2ME MIDP 2.0 supported device? and Will this application run on another J2ME MIDP 1.0 supported device?
|
| Do we have educational IDEs? | 01 Jun 2005 04:09 GMT | 71 |
I have seen number of scenes where IDEs are nothing but serious stumbling blocks for Java programming beginners. I think that is because, basically, IDE is designed as a tool for professional, not a learning aid.
|
| Generics are cool | 01 Jun 2005 04:09 GMT | 47 |
I think the addition of "templates" (Generics) in 1.5 will reduce Class casts considerably. With Java API syntax approaching the wordiness of COBOL, and retaining the need of casts from c, code gets "messy" to read. Good move by me.
|
| static inner classes | 01 Jun 2005 04:09 GMT | 33 |
Do I have to declare a (non-static) inner class inside the outer class or can I do it in a separate file? The problem I have at the moment is that I delcare the inner class in its own JAVA file, but then I cannot reference the outer class member attributes. How can I solve this
|