answersLogoWhite

0

What do you mean by string in java programming?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

A "string" in any programming language is a line of text.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you mean by string in java programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can vector store string values in java programming?

A Vector can store any objects, so yes.


Why is it a bad idea to name your class string?

If you are talking about Java, that will cause confusion with the built-in "String" class. Sure, Java will distinguish "String" (with an uppercase "S") from "string" (which has no uppercase letters), but it can be confusing for the programmer. In various other programming languages, the situation may be similar.


What does it mean to have a string split in java?

To have a string split in Java means that a string array, containing substrings (can be delimited by elements of a specified string or Unicode character array), is returned.


What is the significance of the character string T0526?

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.


How do you delete the given string in java programming?

You usually do not need to delete a String, since when the program no longer refers to it, the garbage collector will clean it up.


Write a program in java programming language to print welcome to java programming?

public class welcome { public static void main (String args[]) { System.out.println("Welcome to Java programming"); } } There are also many "Hello World" tutorials you can find elsewhere on the internet


In computer terms what does the phrase 'java string replace' mean?

When referring to computer terms, the phrase "java string replace" means that a string in the line of code that Java uses, is being replaced, or needs to be replaced.


Where can one find online tutorials about using string format?

The string format used in C/C++ programming as well as JAVA is covered in many online tutorials. Both Microsoft and Oracle have sections dedicated to programming tutorials.


Which one is more advanced core java or java?

The Core Java technologies and application programming interfaces (APIs) are the foundation of the Java Platform, Standard Edition (Java SE). They are used in all classes of Java programming, from desktop applications to Java EE applications. Well What exactly you mean by Java?


Why aren't Aerospace navigation software coded in JAVA?

Quite simply, Java isn't the only option for programming. There are other options, too. It may be your favorite programming language, but that doesn't mean it has to be everybody else's favorite, as well.Quite simply, Java isn't the only option for programming. There are other options, too. It may be your favorite programming language, but that doesn't mean it has to be everybody else's favorite, as well.Quite simply, Java isn't the only option for programming. There are other options, too. It may be your favorite programming language, but that doesn't mean it has to be everybody else's favorite, as well.Quite simply, Java isn't the only option for programming. There are other options, too. It may be your favorite programming language, but that doesn't mean it has to be everybody else's favorite, as well.


In what programming language is substr used?

Java is the programming language where substr is used. Substr is a command that returns the characters in a string beginning at the specified location through the specified number of characters.


What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.