| Forum |
|
|||||||
| Programming The destination for developers - C, C++, Java, Python and the lot |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Mad and Furious
Join Date: May 2006
Location: Visual Basic 6.0
Posts: 453
|
I am a class 10 student studying computers... I have to create a project in Java for my final marks Since I have done only the basics, I need help from you'll on deciding upon a topic for a good project... I know nested looping and arrays pretty well, am able to cope easily with file-handling, (just basic reading n writing) and also in error handling Please friends, help me zero in upon a good topic for my project!!! Also, I have 1 programming problem... I created the required main thread in one of the programs and from within it called a method named "display" now, this method, display contains d statement "throws IOException" in its function header I am recieving a compile time error: "unreported exception java.io.IOException; must be caught or declared to be thrown" please help me guys !!! |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
>:)I-):(|)8-X
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,511
|
For projects check www.SourceForge.net .
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps UL |
|
|
|
|
#3 (permalink) | |
|
In The Zone
Join Date: Dec 2003
Posts: 488
|
Quote:
secondly, i'm not too sure whether you are good at error handling. you forgot to put your code in try { } catch/throws we call them the try-catch blocks you need to catch/throw the possible exceptions depending on your code
__________________
You are a living magnet. What you attract into your life is in harmony with your dominant thoughts. |
|
|
|
|
|
#4 (permalink) |
|
in search of myself
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,719
|
This might help you
http://www.java.happycodings.com/index.html
__________________
:::::::::::::::::::: Unban Praka123 :::::::::::::::::::: Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife "Ek Se Mera Kya Hoga" |
|
|
|
|
#5 (permalink) |
|
Wise Old Owl
Join Date: May 2005
Location: Kolkata, India
Posts: 1,838
|
i should either do this :
public static void main(String[] args) throws IOException or .. public static void main(String[] args){ try{ ..... } catch(Exception e){ ...... } // Or u can use "Throwable e" finally{ ..... } } |
|
|
|
|
#6 (permalink) |
|
s,b+..u cn..
Join Date: Dec 2006
Posts: 76
|
for a small project refer
www.programmersheaven.com and for big project refer www.projectconnection.com www.it.okstate.edu/it projects www.elance.com www.codeproject.com and lot more............search in gooooooooooooogle |
|
|
|
|
#8 (permalink) | |
|
God of Mistakes...
Join Date: Dec 2005
Location: Pune, Maharashtra
Posts: 1,905
|
Quote:
__________________
Registered Linux User #468778 ---------------------------------- http://twitter.com/_Garbage_ |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| java project help... | Pragadheesh | QnA (read only) | 2 | 23-08-2007 10:50 PM |
| Project in C#.NET or Java ... | manas | QnA (read only) | 1 | 01-02-2007 02:21 PM |
| Project in java | dreamweaver9962 | QnA (read only) | 1 | 19-01-2006 05:48 PM |
| project in java | shivi4 | QnA (read only) | 3 | 14-07-2005 05:40 PM |