Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-03-2012, 06:33 AM   PM User | #1
tomer22g
New to the CF scene

 
Join Date: Jul 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
tomer22g is an unknown quantity at this point
Cool Resources to learn Java?

I'm quiet new here (my first thread).
I'm a high school student (also a mathematics student in the university).
But, I just started programming (specifically in Java).
I would be thankful if someone would give me sites, books, etc, in the subject.
I don't need any beginner's books that starts from zero.
I know how to write java up to classes level (including stacks, binary trees, etc.).

p.s: I want to write a program which gives you the time it takes to you to answer to a question given.
for example:
System.out.println("what's your dog's name?")
/here is the counting of the time/- we denote timer(i) the time taken to answer i-given string.
i=in.nextLine();
System.out.println("your answer is:"+i+" "+timer(i));
tomer22g is offline   Reply With Quote
Old 07-03-2012, 11:52 AM   PM User | #2
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
I think the oracle site is rather complex to navigate, but here and here are good places to start... what you really want to be able to find is something like this... what I have found to be the most efficient way at finding documentation like the last link is to type the class you want, the word class, and then java, then look for the link that starts with docs.oracle... example- I found that one by typing (in google) "java string class"... Learning to read the class documentation is key

for the task at hand I would make a while loop that evaluates the input (if you want to validate)... other than that you can just make a java timer (example) and start it right before you ask and stop right after they respond
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Old 07-06-2012, 11:33 AM   PM User | #3
tomer22g
New to the CF scene

 
Join Date: Jul 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
tomer22g is an unknown quantity at this point
Thank you very much, your sites are helpful.
tomer22g is offline   Reply With Quote
Reply

Bookmarks

Tags
books, count, journals, recommendations, timer

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:18 AM.


Advertisement
Log in to turn off these ads.