The length property of the String object returns
1 answer:
Answer:
the number of characters in the string.
Explanation:
length property of a String object returns the total count of the characters in the string or provides the length of the string simply.
For example:-
import java.util.*;
import java.lang.*;
import java.io.*;
class length
{
public static void main (String[] args)
{
String s="IamNumber4";
int l=s.length();//using length method on string object..
System.out.println(l);
}
}
Output:-
10
The code written above is in java.The length() method returned the count of characters of the string s that is a actually 10.
You might be interested in
Some examples of environmental technology is recycling.
Answer:
I1 to K2: Use a formula to link the cells. Create a formula in column L that calculates the averages for each matching category in K2:
<h3>hope it's help you </h3><h3>plz mark as brain list </h3>
Answer:
It's Not At All Because It's Just Like Yku Thinking Of Something
Explanation:
not at all
I believe the answer to this question is XML
Window.
Have a wonderful day!~