| Author |
practice site required
|
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
|
|
may i know if you have any idea of site names and URLs for practicing J2SE? i want to bresh up both logic and concepts.
many thanks in advance,
rahul
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19232
|
|
|
The Java tutorial comes to mind.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
|
|
|
thanks for help but do not need tutorials
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
Rauhl Roy wrote:thanks for help but do not need tutorials
You need to frame your question properly.
What you need is a Webserver that provides java code hosting
this might help: java hosting webserver
|
My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
|
 |
John Bengler
Ranch Hand
Joined: Feb 12, 2009
Posts: 132
|
|
Hi Rauhl,
Since for J2SE no webserver is needed to try something, maybe you did think of something like this:
Javala
It's like a Java tutorial, but with exercises...
John
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
John Bengler wrote:Hi Rauhl,
Since for J2SE no webserver is needed to try something, maybe you did think of something like this:
Javala
It's like a Java tutorial, but with exercises...
John
He probably means J2EE
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
There is a site called javabat.something with some awkward algorithms to write on. That will strain your brain, if you find the correct spelling
|
 |
John Bengler
Ranch Hand
Joined: Feb 12, 2009
Posts: 132
|
|
Campbell Ritchie wrote:
There is a site called javabat.something with some awkward algorithms to write on. That will strain your brain, if you find the correct spelling
JavaBat
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
Thank you.
|
 |
Al Fraelich
Greenhorn
Joined: May 25, 2009
Posts: 20
|
|
here is a pretty awesome list of ideas, I recall another one and will keep looking for it for you and will post it after I find it.
http://www.dreamincode.net/forums/showtopic78802.htm
This is a pretty extensive list for now though.
|
 |
Al Fraelich
Greenhorn
Joined: May 25, 2009
Posts: 20
|
|
I found the one I was thinking of
http://mindprod.com/project/projects.html
Have fun!
|
 |
Al Fraelich
Greenhorn
Joined: May 25, 2009
Posts: 20
|
|
Here is what I'm working on;
http://highered.mcgraw-hill.com/sites/0073047023/student_view0/project_assignments.html
It is a list of projects that start at the very beginning of programming through to the beginnings of programming with Java GUI. I used this book with my first two programming courses and have gone back to the beginning and started reprogramming them all in GUI.
The book is AWESOME! I use it more than Head First Java(HFJ), because I prefer the straight forward explanations and examples, but it does not seem to go as deep as HFJ does.
regardless the examples are universal, and when the Air Force allows me more personal time I intend on signing up for the cattledrive!
Hope these posts have helped you!
Al
|
 |
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
|
|
Al Fraelich wrote:Here is what I'm working on;
http://highered.mcgraw-hill.com/sites/0073047023/student_view0/project_assignments.html
It is a list of projects that start at the very beginning of programming through to the beginnings of programming with Java GUI. I used this book with my first two programming courses and have gone back to the beginning and started reprogramming them all in GUI.
The book is AWESOME! I use it more than Head First Java(HFJ), because I prefer the straight forward explanations and examples, but it does not seem to go as deep as HFJ does.
regardless the examples are universal, and when the Air Force allows me more personal time I intend on signing up for the cattledrive!
Hope these posts have helped you!
Al
thanks alot
|
 |
Riaan Nel
Ranch Hand
Joined: Apr 23, 2009
Posts: 157
|
|
Rauhl Roy wrote:may i know if you have any idea of site names and URLs for practicing J2SE? i want to bresh up both logic and concepts.
many thanks in advance,
rahul
Try Project Euler. It doesn't focus on Java specifically, but it definitely has a lot of logical exercises.
Project Euler
Knock yourself out!
|
"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." - George Bernard Shaw
|
 |
Rauhl Roy
Ranch Hand
Joined: Aug 01, 2006
Posts: 401
|
|
Riaan Nel wrote:
Rauhl Roy wrote:may i know if you have any idea of site names and URLs for practicing J2SE? i want to bresh up both logic and concepts.
many thanks in advance,
rahul
Try Project Euler. It doesn't focus on Java specifically, but it definitely has a lot of logical exercises.
Project Euler
Knock yourself out!
may i know where can i get solutions?
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8566
|
|
Rauhl Roy wrote:
may i know where can i get solutions?
You are supposed to work out the solutions yourself. That is the whole point in learning isn't it?
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Riaan Nel
Ranch Hand
Joined: Apr 23, 2009
Posts: 157
|
|
Rauhl Roy wrote:
may i know where can i get solutions?
Sure. You just have to submit a correct answer to a problem, then you can get access to a bunch of solutions.
|
 |
James Elsey
Ranch Hand
Joined: Dec 21, 2007
Posts: 228
|
|
|
I might have interpreted the question wrong, but what about Google App Engine? You can host J2EE applications there for free
|
Kind Regards, James. OCPJP 1.6 || My SCJP / OCJCP Study Notes
Interested in : SCJP, Google App Engine, Stripes, Android;|| My Bite-Size SCJP Study Blog
|
 |
 |
|
|
subject: practice site required
|
|
|