answersLogoWhite

0

What software package would you use to write Java?

Updated: 8/16/2019
User Avatar

Wiki User

14y ago

Best Answer

You would use the Java Development Kit (JDK).

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What software package would you use to write Java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Supermost package of java?

The supermost package of Java is the "java" package.


A package in java that contains a collection of classes that allow you to read and write to streams?

java.io


What is a collection of related classes called in java?

a package


Who is the original author of java software?

James Gosling is known as the Father of Java software, however, Sun Microsystems employs many people (authors) to write scripts for them.


What is Oracle SQL Developer software used for?

Oracle SQL Developer software is a free development environment software package. It enables users to develop software applications using Java for Oracle databases.


Which package in java is treated as default package?

java.lang defines the core Java language, without which all of Java would fail to operate. It is therefore the default package that must be used with every program that will run Java, as it contains all of the logic necessary for exception handling, threads, classes that represent primitives (and their associated logic), and so on.


What are the feature's of the Java 'this' installation package?

The Java 'this' installation package allows one to create installation programs for their Java based applications. One can download the program from Java.


How do you write a Java class that implements the collection interface found in the java.util package?

Type in "implements java.util.Collection" after the class name.


Is java better than c?

It is different. Java is quite easy to code and debug and produces multi-platform applications. However, it does need you to install an program that execute java code, the java JRE. On the other hand, C gives better performance, and does not require installing anything. It need, though, to be recompiled each time you want too change platform. In conclusion - if you need to write a desktop application, you would probably prefer using java. If you write software that needs to be very fast, software for embedded device, or even games - you would do it in C or C++.


How can you write a java code for banking system?

Most banks would contract out code development to a software house. Thus you would have to get a job in a software house to become involved in this sort of code development. Of cause you would need formal IT qualifications to get such a job.


Will the Nokia E63 support Java software?

Yes, I have Java software on mine.


Can you do java keylogger?

Yes, it is possible to write a keylogger in Java, but you would need to use the Java Native Interface to do so.