answersLogoWhite

0

I think, array of string type object in java.actually java take any command line argument in stringformat.

bydefault

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

A character array terminated with the null character is most correctly called what?

zero-terminated string


What is String Str?

Str is probably a String variable declared. Usually when we declare String objects we prefix it with the character str. example: String strName = "";


A number or a string of c character is called as?

Constant.


What do you call a dozen horses?

A dozen horses is usually called a 'string' of horses.


What will be the collective noun of collection of pearls?

A group of pearls is usually called a 'string.' So you would have a 'string of pearls.'


Difference between character and string?

A string ends with a '\0' character,but character is not.


Which character in string is used to end the string?

Character zero (the byte with the decimal value zero) is sometimes used to end a string. But in other cases, the size of the string is stored at the beginning of the string, and there is no end-of-string character. This allows any character to be included in the string.


In a spreadsheet ordinary text is called?

Ordinary text is usually called a string in computers.


How do you convert a character into a string?

A string is, by definition, a character array. No conversion is required.


How do you convert a string into a character array?

A string is, by definition, a character array. No conversion is required.


What is return type of string in c?

In C programming, a string doesn't have a specific return type as it's essentially an array of characters. So, if a function is returning a string, it should be declared to return a pointer to a char (char*), since a string in C is represented as an array of characters terminated by a null character ('\0').


Is string an object?

No. A string is, by definition, a character array.