answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: In Java can Array be extended after it has been initialized?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a variable that has been declared and automatically initialized to zero.?

It really depends on the programming language. In C and C++, all built-in types are initialised to zero when declared static, otherwise they are uninitialised. In Java, however, all data types are implemented as objects and are therefore initialised at the point of instantiation according to whichever constructor is invoked.


How do you stop the error 'java' is not recognized as an internal?

This error usually means that Java has not been installed on your computer. If you are not prompted to install it, visit the Java website to download it separately.


What exactly does chat sin java mean?

It is unclear what the questioner is looking for. Chats in Java may refer to web forums which are dedicated to those users interested in Java. No clear translation for 'chat sin java' has been found.


How can you fix an ArrayIndexOutOfBoundsException in java?

This is very common exception and name of the exception class tells exactly what kind of problem you have. If you would look into stack trace, which should have been generated too you would be able to find exact place where it happened. The problem is that "Array Index Out Of Bounds". This means that you used index on array which is invalid. That could negative number, because all arrays starts from 0. If you array has N items and you will try to get item with index N or higher you will get this exception too. Only available indexes are from 0 to N - 1, where 0 points to the first item and N - 1 to the last one.


What year java was implemented?

Java is a programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform.Newer versions of Java have been released on a regular basis...

Related questions

Write an expression that computes the sum of two variables in java?

int sum = a + b; PS: a and b are int variables that must have been already declared and initialized.


What is meaning of java.lang.IllegalArgumentException There is no GcmTaskService component registered within this package. Have you extended GcmTaskService correctly at com.Google.android.gms.common.i?

You have a Java error in one of your Java subroutine calls. It looks as though an external library has not been specified.


What variable is one that has been declared but has not been initialized or assigned value?

Uninitialized Page 59 Programming Logic and Design by Tony Gladdis


What variable is one that has been declared but has not been initialized or assigned a value?

Uninitialized Page 59 Programming Logic and Design by Tony Gladdis


What is a variable that has been declared and automatically initialized to zero.?

It really depends on the programming language. In C and C++, all built-in types are initialised to zero when declared static, otherwise they are uninitialised. In Java, however, all data types are implemented as objects and are therefore initialised at the point of instantiation according to whichever constructor is invoked.


How do you print element in array using javascript?

You would insert this command right after your array values have been specified.document.write(name of array[Number on array this item is, starts at 0])


What are the feature of java which have been implemented in c?

None, as C was made prior to Java.


What type of platform does Arraylist Java run on?

Arraylist Java runs on Oracle which is a relational data management database produced by the Oracle Corporation. Arraylist Java has been part of the Java framework ever since Java 5.


Does the Blackjack II have Java?

Yes it definitely does and I have already been able to install 3rd party java apps to it.


How long has java web hosting been in existence?

"Java web hosting has been around for years. Most of the major online capabilities like java, email and web browsing engines got started in the late nineties."


How do you stop the error 'java' is not recognized as an internal?

This error usually means that Java has not been installed on your computer. If you are not prompted to install it, visit the Java website to download it separately.


What exactly does chat sin java mean?

It is unclear what the questioner is looking for. Chats in Java may refer to web forums which are dedicated to those users interested in Java. No clear translation for 'chat sin java' has been found.