AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: simon — October 6, 2006
    +0 votes
      + -

    yes, with some toold.

  2. Submitted By: jobseeker — October 6, 2006
    +1 votes
      + -

    you can get the sourcecode from ur class file.
    u get a free JAD here
    http://www.geocities.com/SiliconValley/Bridge/8617/jad.html

  3. Submitted By: arulmaria — October 6, 2006
    +1 votes
      + -

    Byte code can be converted into code byusing NMI Code viewer

  4. Submitted By: Ryan J. McDonough — October 10, 2006
    +11 votes
      + -

    Java programs are compiled to platform-independent bytecode rather than machine code so that Java programs can run on multiple platforms running different processors. It’s low-level part of Java’s “write once, run anywhere” feature.

    Generally, you can use a bytecode decompiler to reverse engineer bytecode back to Java sources. However, many of these tools have issues when an obfuscation tool has been used to compile the code. Additionally, there are a number of other compilers out there such as Jikes, JRockits implementation of Javac, the Eclipse compiler, and others. So your milage may vary, but it is entirely possible.

  5. Submitted By: Sai Kumar Prabhala — July 13, 2007
    not yet rated
      + -

    Yes. we have tools which can decomple a class file which creates the source files.

  6. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.