• 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

java class decompiler

 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone give me a link to get java class decompiler?? i guess that would help me to understand the java compiler better...
 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by hari harann:
can anyone give me a link to get java class decompiler?? i guess that would help me to understand the java compiler better...



Google as DJ Decompiler,

But i would strongly advice not to do that.

See how you learn ?

Learn OOPS Concepts strongly !

Learn the language construct(rules of the language) to a fine extent !

means what is abstract /what is interface / how aclass looks and what are keywords ex this/null/extends/ implements and its uses.

Try implementing them as you learn.

Learn in and out

Then see the DJ Decompiled code !

You will have a clear Vision of java !

You will never have a question in your mind like !

Why it is like this here ! - This ensures that your language construct is strong.

Still then never touch DJ Decompiler and read the code.

Bye !




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

Originally posted by hari harann:
can anyone give me a link to get java class decompiler?? i guess that would help me to understand the java compiler better...



I suggest that you read a good java book instead of doing that.

Try the latest Head First Java book. You 'will' understand.
 
Ranch Hand
Posts: 490
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there a head first book on the inner workings of the java compiler?

There are several decompilers, as was noted Google will help you out. There should be some useful javac documentation around to help you out as well.

Are you wanting to just understand the java compiler or how compilers work in general?
 
Come have lunch with me Arthur. Adventure will follow. This tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic