answersLogoWhite

0

That means that Java is fairly strict about data types.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Which type of language is java?

Java is truly object oriented programming language


What is the difference between cc plus plus and java?

C is a procedure oriented language ,Where C++ & java are object oriented language.But java is platform independent.So generally C is called POP.C++ is called OOP.But java is OOP , which is platform independent.If java does not support primitive data type then it is called as pure object oriented language.


How is java both a programming language and a platform?

By using Navite Interface we write this type of code


What is gini in Java language?

gini is the one type of extension of the java. gini is the advanced and advanced version of the java


Can the return type of a method be an array?

Depends on the language. For Java, yes.


What type of application you can develop in java technology?

You can create games, desktop applications and mobile applications using Java programming language.


What type of file is created by Java?

Java created a file called class, and is identified by having the .class at the end. This file includes a Java bytecode, which then can be used on the Java Virtual Machine.


What is java all about?

Java is a flexible language that is compiled into bytecodes allowing the same program to run on any system with a Java Virtual Machine. As a language it has memory garbage collection, type safe variables, object orientation from the ground up, and lots of supporting libraries and infrastructure.


What is mean java?

Different meanings: the name of an island; a type of coffee (or coffee in general); a programming language.


Can you run java on your android G1?

the Android platform using the Java programming language there is one application on market that converts to apk the name escapes me but just type java in market search and it will pop up


What kind of works on java?

It is a type of language can be understand by computer system . It is used in software development and in web designing.


What is Java byte-code level language?

Java byte-code is the code which generate after the compilation of .java file.And this code is only understand by JVM(java virtual machine ) which understand it and execute it.In other languages this type of functionality is not available.