answersLogoWhite

0

What is the significance of the character string T0526?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

The significance of he string T0526 is the functioning of the ECMA script. This is needed when working with Java and programming and used to enhance webpages.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the significance of the character string T0526?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the significance of the character string 34e?

The significance of the character string 34e is the upper and lower arrows on your computer. They are important for several reasons to help you control your workings on the computer. These can be of different values to help you in several tasks as you are working on the computer.


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.


What is the significance of using Null Terminator in a string?

to indicate end of the string


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.


Is string is an object?

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


Is string an object?

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


What is the difference between A and A in string?

Well, A is an identifier; 'A' is a character-literal; "A" is a string literal (of 1 character); "'A'" is another string literal (of 3 characters).


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

zero-terminated string


(variable) = a(not a string!)?

Character


Is special symbols are valid as a string in java?

Yes. Any special character inside the String is considered as part of the string variable and would not be treated as a special character. Ex: String str = "ABC_$4"; is a valid string declaration