answersLogoWhite

0

The Java SDK platform can be utilised for server programming. The platform is widely used in PCs, media players and other electronic equipment worldwide.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can xperia x1 support c plus plus?

Yes, but it's probably easier to use Java since the Android SDK is Java-based. To use C++ you need a C++ wrapper for Android's Java SDK.


Why java script called as platform independent?

java also called as platform independent.because we will use java application at any operationg system and any hardware. it not contain error. so we called java as platform independent..


Can you use programs in Java under Windows 8.1?

Yes you can but for that you must have have a Java Runtime Environment installed in your computer. Also if you are talking about programming in java then you need to install a Java SDK which can help you in executing your java code and run it. (It also contains Java Runtime Environment).


What is HTML and how can use in java applications?

HTML is a markup language for the Web. It could be used to create Java applications for the web.


What are the differences between java language and net language?

I took a Introduction to Java course last year. I had the same question when I started the class http://www.DevelopIntelligence.com/catalogue/java-training.php. But I learned that Java and .NET are both platforms that run applications. Both platforms use something known as a virtual machine. In the Java platform, the primary programming language use to write applications is called Java. In the .NET platform, the programming language choices include VB.NET, C++.NET, C#.NET. In other words, there is no "difference between the Java langage and the .net language" as there is no "net language". The Java language is most similar to the C# language in .NET. There are some technical differences, but in general they are about the same.


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.


Important points of oops vs pop in java?

java is object oriented language.it's a platform independent.in java we don't use pointers


Do you have to use java?

Not usually. There are numerous languages out there with similar functionality. The only time you must use Java is if your employer or client demands that a project be done in Java, or a particular platform requires the use of Java, such as Android OS.


What is SDK?

SDK stands for Software development Toolkit as name implies it's for software development like to develop iPhone application, you need to have iPhone SDK. SDK normally contains Application Programming Interface (API), Development Tools (IDE), Compiler, Documentation and may be samples as well. Depends! to contact me for more info. http://weblogs.asp.net/MuhammadAdnan


What benefit is java to you?

The language is platform independent. If I develop a program on my Windows computer using Java, the same program will work on a Mac or Linux/Unix computer without further modification. Java is also useful for developing applications on mobile devices, many of todays current cell phones use a Java based operating system.


What platform is the most conceivable way to build applications?

You don't use platforms to conceive applications, you use development environments and programming languages. The platform is immaterial unless you are building a platform-dependent application.


What makes java popular?

Java is popular because, it is platform independent, robust, high performance, easy to use etc.