Results 1 to 12 of 12
- 05-09-2008, 07:41 AM #1
Member
- Join Date
- Nov 2007
- Posts
- 11
- Rep Power
- 0
how begin with writing a new program ?
Hi again, it took a while to return here, I start again reading about java, and i would like to have your opinion about how you start to write a new program?
I was thinking to start with "pieces" make the gui, the behavior, the threads, command buttons, and many more.. and all separately from each other "piece", but i need them all to be classes and not all to be main(s) and to have only one main that runs all others. So do you have any suggestion for me?
- 05-09-2008, 07:53 AM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
My suggestion is read a well explained book of Java. Explaining all of them here is much difficult. And also OOP concepts, you should never implement all the functionality in main, or in a one class.
- 05-09-2008, 08:10 AM #3
Member
- Join Date
- Nov 2007
- Posts
- 11
- Rep Power
- 0
so i must start part to part from the beginning, Write new class - finish the class, test the class, modify the class, start new class, right ? ;) thnx a lot
- 05-09-2008, 08:13 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yes, you have to work on step-by-step. From simple class declaration to do some process. Have to learn a lot there.
- 05-09-2008, 08:18 AM #5
Member
- Join Date
- Nov 2007
- Posts
- 11
- Rep Power
- 0
Also about the book, i have read the Java Programming for Dummies 4th Edition (you will be laugh), and now I start Thinking in Java 2Edition that is more rich for knowledge. Wish me luck ;)
- 05-09-2008, 08:21 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
From that, best one is the second for you. But I recommend on my personal choice, Teach Yourself in 21 Days. All the basis covered there.
Best of luck. :)
- 05-09-2008, 10:52 AM #7
- 05-12-2008, 01:31 PM #8
Member
- Join Date
- Nov 2007
- Posts
- 11
- Rep Power
- 0
thanks a lot Eranga, for this book, I am now at day 4 :)) I understand now, how works. When I will finish this book i would like to have your opinion to the next book.
Sukatoa also thanks to you, but i couldnt stay too many hours to read tutorials on pc, i prefer reading on book, maybe the characters make my eyes tiring
- 05-12-2008, 02:06 PM #9
Member
- Join Date
- May 2008
- Posts
- 4
- Rep Power
- 0
introducing
hi
i am indumathi. i have been working as software engineer for 2 yrs in speartech technology.i have finished M.C.A.
- 05-12-2008, 02:51 PM #10
You can download it here and print if you want.... ( the basic parts )....Sukatoa also thanks to you, but i couldnt stay too many hours to read tutorials on pc, i prefer reading on book, maybe the characters make my eyes tiring
Welcome to Java-forums indula,hi
i am indumathi. i have been working as software engineer for 2 yrs in speartech technology.i have finished M.C.A.
Nice to know you here..... :)freedom exists in the world of ideas
- 05-13-2008, 03:48 AM #11
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Sure, better move with another. But don't stick on them too. Start to work on your own applications. Just start to work on anything comes to your mind. Start from the beginning like adding two numbers through a GUI, where user can set numbers and by a single click find the summation of them. I'm sure you think that it's too simple to do, but even on such an application you can learn a lot. :)
- 05-13-2008, 03:49 AM #12
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
writing to a excel file from java program
By priyankabhar in forum New To JavaReplies: 7Last Post: 06-04-2013, 01:00 PM -
How to execute an External Program through Java program
By Java Tip in forum java.ioReplies: 0Last Post: 04-04-2008, 02:40 PM -
Writing an XML output
By JThangiah in forum XMLReplies: 2Last Post: 03-27-2008, 04:15 PM -
Help needed writing a program...
By Francis in forum New To JavaReplies: 2Last Post: 11-22-2007, 02:03 PM -
How to execute an External Program through Java program
By JavaBean in forum Java TipReplies: 0Last Post: 10-04-2007, 09:33 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks