in Education by
which of the following java declaration of the string Array is correct? Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
Answer: The Array declaration is of two types, either we can specify the size of the Array or without specifying the size of the Array. A String Array can be declared as follows: String[] stringArray1 //Declaration of the String Array without specifying the size.

Related questions

0 votes
    mention the following in terms of java 1 : values passed in method. 2 : array is passed in method. PLEASE ... BRAINLY MEMBER HELP..☆ Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    Which is a valid declaration within an interface? A)protected short stop = 23; b)final void madness(short stop); ... (double duty);? Select the correct answer from above options...
asked Dec 1, 2021 in Education by JackTerrance
0 votes
    Every person who wishes to contest in election has to make a legal declaration, giving full details of . (1) ... 4) All the above Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    The declaration of South Asian Association for Regional Co-operation' (SAARC) was signed on (a) 1983, 8th ... 2007, 8th December. Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    write a Java program to input 10 non-zero numbers in an array and display the count of even and odd numbers. URGENT! Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    a java api collections of prewritten packages classes and interfaces with their respective methods and construction true ... or false Select the correct answer from above options...
asked Dec 19, 2021 in Education by JackTerrance
0 votes
    a java api collections of prewritten packages classes and interfaces with their respective methods and construction true ... or false Select the correct answer from above options...
asked Dec 18, 2021 in Education by JackTerrance
0 votes
    string What is the output of the following: String a Java is programming language/ n developed by /t /'James ... out println (a); Select the correct answer from above options...
asked Dec 25, 2021 in Education by JackTerrance
0 votes
    What Is the output of the following:String a= Java is programming language \n developed by \t\'James Gosling\' ... ; Please Answer ASAP Select the correct answer from above options...
asked Dec 14, 2021 in Education by JackTerrance
0 votes
    Which of these is an incorrect array declaration? (a) int arr[] = new int[5] (b) int [] arr ... java programming questions and answers pdf, java interview questions for beginners...
asked Oct 28, 2021 in Education by JackTerrance
0 votes
    java program to input any string then print each word along with their length Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    In java, can we use the string buffer functions for string chapter ? Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    ONLY CLASS 10th ICSE how to modify a string in computer programming Java I will mark brainliest……. Select the correct answer from above options...
asked Dec 23, 2021 in Education by JackTerrance
0 votes
    import java.io.*; class employee { int pan; String name; double taxincome; double tax; void input(int p1, ... help something is wrong Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    Write a Java program to read two strings from command line arguments and check the equality of two strings using string function. Select the correct answer from above options...
asked Dec 9, 2021 in Education by JackTerrance
...