logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Why cannot you run standard Java bytecode on Android?


  • Correct Answer
  • Android uses Dalvik Virtual Machine (DVM) which requires a special bytecode We need to convert Java class files into Dalvik Executable files using an Android tool called "dx" In normal circumstances, developers will not be using this tool directly and build tools will care for the generation of DVM compatible files 


  • Technology problems


    Search Results


    • 1. How to select more than one option from list in android xml file? Give an example.
    • Discuss
    • 2. Describe Android Application Architecture.
    • Discuss
    • 3. What is AIDL?What data types are supported by AIDL?
    • Discuss
    • 4. What do you know about Intents?
    • Discuss
    • 5. When is the onStop() method invoked?
    • Discuss
    • 6. How does an application run in isolation from other applications?
    • Discuss
    • 7. Write code snippet to retrieve IMEI number of Android phone?
    • Discuss
    • 8. How can your application perform actions that are provided by other application e.g. sending email?
    • Discuss
    • 9. How will you launch an Activity within you application?
    • Discuss
    • 10. Whats a struct?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment