• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

studying java concepts

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm practicing my programming skills daily, but i'm very unsure about concept questions such as "what is the jvm?" and "what is the difference between a data stream and an object stream?".
on my own, i've found that wiziq has core java concept practice tests.

are there any other resources of you guys' recommendation? thanks
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"What is ...?" questions can often be answered very well by Google, or by Wikipedia. There is for example a page about the Java Virtual Machine that explains what it is.

Also, Oracle's Java Tutorials covers a lot, from the absolute beginner's Hello World program to advanced things.

If you're studying for an exam such as the Oracle Certified Java Programmer certification, then there are books available which are specifically for people studying for that exam.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic