Final Year Project title - Java

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Closed Thread

Join Date: Nov 2007
Posts: 8
Reputation: NickyPhun is an unknown quantity at this point 
Solved Threads: 0
NickyPhun NickyPhun is offline Offline
Newbie Poster

Final Year Project title - Java

 
0
  #1
Nov 21st, 2007
Hi,
nice to meet you guys, i have a questions needs some helps from you guys, at the moment i have to get a title for my final year project, and i am totally got no idea in my mind, so can anyone give me some hints on the title using JAVA language. thanks alot
Quick reply to this message  
Join Date: Feb 2006
Posts: 2,426
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 258
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: Final Year Project title - Java

 
0
  #2
Nov 22nd, 2007
Well, what's the content going to be? Don't worry about the title until you have an idea of the content.
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Quick reply to this message  
Join Date: May 2006
Posts: 1,854
Reputation: ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all ithelp is a name known to all 
Solved Threads: 119
ithelp's Avatar
ithelp ithelp is offline Offline
Posting Virtuoso

Re: Final Year Project title - Java

 
0
  #3
Nov 22nd, 2007
Generate fractal, given a formulae generate fractal
Quick reply to this message  
Join Date: Nov 2007
Posts: 8
Reputation: NickyPhun is an unknown quantity at this point 
Solved Threads: 0
NickyPhun NickyPhun is offline Offline
Newbie Poster

Re: Final Year Project title - Java

 
0
  #4
Nov 22nd, 2007
Originally Posted by masijade View Post
Well, what's the content going to be? Don't worry about the title until you have an idea of the content.
Thanks for your reply i appreciate it a lot, at the moment i don't think i got any contents for my project as well, because i would like to understand more on what can java language do. for example what type of business problem solving by using java language rather then using other programming languages to create the system.
thanks for helping
Quick reply to this message  
Join Date: Feb 2006
Posts: 2,426
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 258
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: Final Year Project title - Java

 
0
  #5
Nov 22nd, 2007
That's what I thought. You're not looking for a title, you just simply cannot come up with your idea. Coming up with a project is one of the points of leaving the choice of project up to the student. So they can show some creativity. Both in the selection of a project and in the coding of it (which should be better than the assignments were, since this is something that the student wanted to do himself, and so should be done with some passion). So, come up with a few ideas, and then post those ideas here, and we can tell you which ones, if any, are either too ambitious, or too simple, or simply too common.
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Quick reply to this message  
Join Date: Nov 2007
Posts: 8
Reputation: NickyPhun is an unknown quantity at this point 
Solved Threads: 0
NickyPhun NickyPhun is offline Offline
Newbie Poster

Re: Final Year Project title - Java

 
0
  #6
Nov 22nd, 2007
Originally Posted by masijade View Post
That's what I thought. You're not looking for a title, you just simply cannot come up with your idea. Coming up with a project is one of the points of leaving the choice of project up to the student. So they can show some creativity. Both in the selection of a project and in the coding of it (which should be better than the assignments were, since this is something that the student wanted to do himself, and so should be done with some passion). So, come up with a few ideas, and then post those ideas here, and we can tell you which ones, if any, are either too ambitious, or too simple, or simply too common.
hahaha i understand that the title should choice by student.. actually i had submitted some idea to my lecturer. which is helping a company director or manager to monitor their workers and their workers jobs through the website. but my lecturer had rejected on this idea. he suggested me to look for some idea that is more computation. another idea is create an application using java and the application will automatically calculate the company project costing including the labour costing, paper costing and printing cost, how ever some people told me that is better to use C language to do this idea because i need to connect to the printer and java won't be so easy to do so,
so at the moment other then this two ideas i hope i can get some more comments or ideas which will more suitable for java language. hope you can understand on what i need.. thanks for helping
Quick reply to this message  
Join Date: Feb 2006
Posts: 2,426
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 258
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: Final Year Project title - Java

 
0
  #7
Nov 22nd, 2007
So who told you that? That idea sounds just fine. There is an entire printing package in Java, and I don't know that the printing part of the program would be the deciding factor anyway. Especially since you could simply create a file (text, PDF, etc), or a webpage or something, for output and let the user print it using some other program, if you have trouble with that part of it in Java.
Last edited by masijade; Nov 22nd, 2007 at 8:44 am.
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Quick reply to this message  
Join Date: Nov 2007
Posts: 8
Reputation: NickyPhun is an unknown quantity at this point 
Solved Threads: 0
NickyPhun NickyPhun is offline Offline
Newbie Poster

Re: Final Year Project title - Java

 
0
  #8
Nov 22nd, 2007
Originally Posted by masijade View Post
So who told you that? That idea sounds just fine. There is an entire printing package in Java, and I don't know that the printing part of the program would be the deciding factor anyway. Especially since you could simply create a file (text, PDF, etc), or a webpage or something, for output and let the user print it using some other program, if you have trouble with that part of it in Java.
ok... thanks for your guidance i will try to talk to my lecturer and see will he approve this idea. and i would like to know where can i get some sample codes for the printing package in java because i had never use that before and never learn it as well
Quick reply to this message  
Join Date: Feb 2006
Posts: 2,426
Reputation: masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of masijade has much to be proud of 
Solved Threads: 258
Moderator
masijade's Avatar
masijade masijade is offline Offline
Nearly a Posting Maven

Re: Final Year Project title - Java

 
0
  #9
Nov 22nd, 2007
http://java.sun.com/ It is of course, part of the standard JDK. Read the API docs for java.awt.print and javax.print and look for the tutorials.
Java Programmer and Sun Systems Administrator

----------------------------------------------

Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
--Brian Kernighan
Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Final Year Project title - Java

 
0
  #10
Nov 22nd, 2007
so first you are too lazy to think up your own project idea, and now you want people to write the code for you so you don't have to do that either.

I hope you fail utterly.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Quick reply to this message  
Closed Thread

Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC