M just an infant to java..just kno the ABC.. m tryin to work in small projects like address book...so can i get help like how to start...
taga1989 0 Newbie Poster
Recommended Answers
Jump to PostEasiest SQL to work with is the Java DB that is bundled with JDK 6 and later.
What next?
Listen to Anuradha Mandal, and design on paper before starting any code.
Jump to PostAlthough you can start with the GUI, 99% of the time this is a bad idea because it leads to an implementation with too much data and logic embedded in the GUI. Normal "best practice" is to design on paper, then implement a class or classes for your address book's …
Jump to PostYou would have a much better idea of why it wasn't working if you did not do this
}catch(Exception e){}
At least print a stack trace of the exception.
}catch(Exception e){ e.printStackTrace(); }
All 19 Replies
Anuradha Mandal -28 Junior Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Anuradha Mandal -28 Junior Poster
taga1989 0 Newbie Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Anuradha Mandal -28 Junior Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
taga1989 0 Newbie Poster
taga1989 0 Newbie Poster
Onlineshade -6 Posting Whiz
taga1989 0 Newbie Poster
taga1989 0 Newbie Poster
taga1989 0 Newbie Poster
taga1989 0 Newbie Poster
pro_learner 0 Junior Poster
taga1989 0 Newbie Poster
Onlineshade -6 Posting Whiz
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
muthu@tent 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.