• 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

deep java?

 
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
may i know How to go to deepest part of the java coding? any links for practice? any other thing?
 
Ranch Hand
Posts: 198
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rauhl Roy wrote:may i know How to go to deepest part of the java coding? any links for practice? any other thing?



what do you mean by deepest part...?
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The closest you can get to the hardware is the study of the Java Virtual Machine - is that what you mean by deep java?

If so there are several books.

Bill
 
Bartender
Posts: 10780
71
Hibernate Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rauhl Roy wrote:may i know How to go to deepest part of the java coding? any links for practice? any other thing?


Like Manoj, I'm not sure what you mean, but there's source code for almost the entire SDK. However, I suspect it's likely to hinder rather than help.

The idea is to learn how to use classes, not know exactly what's inside them. You don't need to understand how an engine works in order to drive a car.

Winston
 
Rauhl Roy
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Winston Gutkowski wrote:

Rauhl Roy wrote:may i know How to go to deepest part of the java coding? any links for practice? any other thing?


Like Manoj, I'm not sure what you mean, but there's source code for almost the entire SDK. However, I suspect it's likely to hinder rather than help.

The idea is to learn how to use classes, not know exactly what's inside them. You don't need to understand how an engine works in order to drive a car.

Winston



How to get good knowledge of Java for all programming purposes. In other words, I am asking about good programming, desiging guides or links to practice and keep my head help high in the programming world.
 
Bartender
Posts: 563
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You said some things that made me think of this (infamous?) article. I hope you find it helpful.
 
Rauhl Roy
Ranch Hand
Posts: 401
Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Greg Brannon wrote:You said some things that made me think of this (infamous?) article. I hope you find it helpful.



Sorry Greg, I am a learner not a Hacker!!!
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You apparently didn't bother to read the article with an open mind. Having a closed mind is the biggest detriment to reaching your stated goal, in my opinion.
 
roses are red, violets are blue. Some poems rhyme and some are a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic