answersLogoWhite

0

Java is constantly being updated, but is still considered broken by major authorities in security. Check back later.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Why java does not use sizeof operator?

Sizeof() is not needed because Java basic types sizes are fixed


Do you need java 5 and 6?

No, you can delete the old one. Java does not remove old versions when it is updated, however I think they have fixed that now.


If Java breaks down how could it be fixed?

If Java breaks down, it could be fixed by using an emergency patch issued by Oracle. Although, it could take two years for Oracle to fix all the security flaws in the version of Java used to surf the web, recommendations state that the safest way to do at this point is just assume that Java is always going to be vulnerable.


What is fix in java?

fixed method means is one which cannot be overridden by a subclass. A fixed method can be declared by prefixing the word-final before a method. We can use the keyword final to donate a constant.


Where can array length be used in Java programming language?

in java the memory allocation can be dynamic in nature. The java array enables the user to store values of the same type in contiguous memory allocations. Arrays are always a fixed length abstracted data structure which can not be altered when required.


In Java can Array be extended after it has been initialized?

In Java, arrays have a fixed size once they are initialized and cannot be extended. If you need a resizable array, you can use the ArrayList class from the Java Collections Framework, which allows for dynamic resizing. Alternatively, you can create a new array with a larger size and copy the elements from the original array to the new one if you want to extend an existing array.


What Indonesian island is Jakarta on?

java


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


What are the different java technologies?

There are several types of Java technology. Some examples of Java software are Java ME, Java EE, Java SE, and Java Card. Java made the JAVA development kit for those that develop in Java. There is also Java Virtual machine and some class libraries. Java is also famous for its languages like Clojure, Beanshell, Groovy, Gosu, Rhino, Kotlin, JRuby, Scala, and Jython.


Small Java-based programs are called?

Java applets


How many catch blocks can you use with one try block in java?

Several - I don't believe there is a fixed limit. The idea is that, depending on the specific exception that occured, you carry out different actions.


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC