[java programming] Re: [java programming]

2009-08-27 Thread moses
maybe that code would help I'll try first thanks..! On 27 Agos, 18:55, علی گوگردی wrote: > I don't understand why you want to delete second letters of each string but > snippet that you can use is as following : > > public static String generateNewName(String[] names) { >         String name = "

[java programming] Re: [java programming]

2009-08-27 Thread علی گوگردی
I don't understand why you want to delete second letters of each string but snippet that you can use is as following : public static String generateNewName(String[] names) { String name = ""; for (int i = 0; i < names.length; i++) { name += names[i].charAt(1);

[java programming] Re: [java programming]

2009-07-04 Thread raydisc
I think your hard disk ran out of space when you tried to install NETBEANS in your computer.Please see this link:  http://forums.sun.com/thread.jspa?threadID=5368450Good luck!RayJul 4, 2009 01:16:49 AM, will.espin...@hotmail.com wrote: Hi, my name is William Espinosa and I'm new to this onlin

[java programming] Re: [java programming]

2009-05-25 Thread A Thomas
Count me in.. :-) On Sun, May 24, 2009 at 11:09 PM, simranjit mann wrote: > Include me too...wen will new session start? > > -- > Simranjit kaur > > > > --~--~-~--~~~---~--~~ To post to this group, send email to javaprogrammingwithpassion@googlegroups.co

[java programming] Re: [java programming]

2009-05-24 Thread Randell
On Mon, May 25, 2009 at 2:09 PM, simranjit mann wrote: > Include me too...wen will new session start? You are already included in the next session and for the sessions after that until you unsubscribe from the mailing-list. --- http://randell.ph/ --~--~-~--~~~---~-

[java programming] Re: Java Programming Basics PDF-file has got an error on the page #42

2009-02-15 Thread Bulat
Javalang PDF page #20: I think, that term "final class" should be replaced by more appropriate "immutable class" (to avoid confusion). 'cause "final class" in Java is a class that can not be inherited. --~--~-~--~~~---~--~~ To post to this group, send email to java

[java programming] Re: Java Programming Basics PDF-file has got an error on the page #42

2009-02-15 Thread Bulat
And on page #73, wouldn't it be better to name &, |, ^ as "bitwise operators", rather than "boolean logical operators" ? 'cause they are not in fact "boolean logical". Boolean logic treats operands as sets, and operation results in an intersection of given sets (http://en.wikipedia.org/wiki/Boolea

[java programming] Re: [java programming]

2009-02-12 Thread Adam M. Dutko
This should help: http://www.odi.ch/prog/design/datetime.php On Thu, Feb 12, 2009 at 9:02 AM, Ashis Mohanty wrote: > how can i store the date type data in java > > > > > > > > > > > > > > > > Thanks and Regards > Ashis Mohanty > Mindfiresolutions Pvt.Ltd > IDCO Tower(2nd Floor)Mancheswar > Bhuba

[java programming] Re: [java programming]

2008-12-24 Thread Sreedhar Suswaram Raghavendra
This is a self paced course...you can start anytime. Thanks. On Wed, Dec 24, 2008 at 9:17 AM, devika shukla wrote: > Sir now i am having exams so am not be able to learn java from this 11 > janvary .Can I start learning from 22 janvary from beginning? > > > > --~--~-~--~~---

[java programming] Re : [java programming] new member

2008-11-10 Thread Bakoly
Yes. see the instruction in : http://www.javapassion.com/javaintro/   Koly --- En date de : Dim 9.11.08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> a écrit : De: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Objet: [java programming] new member À: "Free Java Programming Online Training Course By Sang Shin"

[java programming] Re : [java programming] How to run the Java program?

2008-09-17 Thread Bakoly
Hi, You need to read the pdf file : http://www.javapassion.com/javase/JEDI%20Slides-Intro1-Chapter03-Getting%20to%20know%20your%20Programming%20Environment.pdf - page 10 and 11. Use the commands : javac [filename].java to compile and then : java [filename]. Hope it can help. Koly --- En date de

[java programming] Re : [java programming] Help on Starting

2008-09-15 Thread Bakoly
hello, please look at http://www.javapassion.com/javaintro/, especially the "Basic Topics and Schedule", each topic has pdf files and instructions. At the beginning, I think you do not need to read the 600 pages or 200 pages, just follow the instructions at http://www.javapassion.com/javaintro/