answersLogoWhite

0

java is a programming language and android is a mobile phone platform developed by Google.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

How do you install android in java mobile?

No it is not possible to install android in java mobile. Its hardware is not compatible with android and also it does not enough memory to install android.


What is the difference between java and android?

Java is a virtual-machine-based programming language that can run on many different platforms, while Android is an operating system that directly interfaces with a specific type of hardware.


What mobile Java games are available for Android devices?

Some mobile Java games that are available for Android devices include Keyja, iSheep and Fifteens, Klondike, Napoleon and Hearts. The variety and type are almost endless.


Difference between symbian and java phone?

both are mobile operating syms but sybm is more faster than the java


How do you create a mobile using java?

yes of course mobile phone software only but making mobile phone needs experience and android base is much better than java.


Is android an example of application software?

Android is Mobile OS and learning Android course can able to make the applications. Basic requirement we need to know Java programming to develop the Android Applications


Is Android OS easy for Java programmers?

Yes, Android OS is easy for java developers. It is because the coding in Android is in core Java.


What is different between Android and java?

Android is an Operating System that runs on specific devices and controls those devices' functions. Java is a general programming language that can run on many different devices (computers, phones, tablets, and so on), one of which is Android. Thus, the comparison of the two are that they are completely different, with the only relation between the two is that Android runs Java programs.


Which language is best for creating android-based mobile application And why?

The best would probably be Java, as Google's Android SDK is built around Java. Although you can write applications for the Android platform using the NDK (Native Development Kit) as well, but it may be more in-depth and involved.


Can you cross-play Minecraft between PC and MCPE?

that depends. if the pc has bedrock and the phone has bedrock then yes. if the pc has java and the android ans specifically android has java, yes.


What is difference between java 2 and java 5?

They are different versions. Java 5 is newer than Java 2. Think of it like the difference between the Playstation 1 and the Playstation 3.


What is the relation between Java and Android OS?

Java and the Android operating system have a significant and intertwined relationship. Java is the primary programming language used for developing applications on the Android platform. Here's an overview of the relationship between Java and Android OS: Java as the Primary Language for Android: Java is the official and recommended programming language for Android app development. Google, the company behind Android, chose Java due to its portability, ease of use, and large developer community. Android Runtime Environment: Android uses a customized version of the Java Virtual Machine (JVM) called the Dalvik Virtual Machine (DVM) or, in newer versions, the Android Runtime (ART). These runtime environments allow Android apps, written primarily in Java, to run on Android devices. Android Software Development Kit (SDK): Google provides the Android Software Development Kit (SDK), which includes tools, libraries, and the Android API framework. Developers use Java in conjunction with the Android SDK to create Android applications. Android API: Android's API (Application Programming Interface) is primarily written in Java. This API provides a set of classes and methods that allow developers to interact with various aspects of the Android operating system, including user interfaces, hardware features, and system services. Native Code Support: While Java is the primary language for Android app development, Android also supports the use of native code (C/C++) through the Android Native Development Kit (NDK). Developers can write performance-critical parts of their apps in native code while using Java for the majority of their application logic. Android Studio: Android Studio, the official Integrated Development Environment (IDE) for Android development, supports Java as its primary programming language. It provides tools and features specifically tailored for Java-based Android app development. Cross-Platform Development: Java's "Write Once, Run Anywhere" (WORA) philosophy aligns well with Android's goal of running apps on a wide range of devices. Developers can write Android apps in Java and expect them to work on various Android-powered smartphones and tablets. Third-Party Libraries and Frameworks: There are numerous third-party libraries, frameworks, and open-source tools written in Java that simplify Android app development. These resources extend the functionality of Android apps and help developers streamline the development process. In summary, Java is the primary programming language for developing Android applications. The Android operating system relies on Java and the Android API to provide a consistent and versatile platform for app developers. Understanding Java is crucial for anyone interested in Android app development, and learning to use Java in conjunction with the Android SDK is a valuable skill for building Android applications.