Answer Posted / dinesh
length is a variable wich is used in arrays for find out
the length.lenght() is function defined in Object class as
well as String class for find out the length of String
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Is void a return type?
What is difference between local variable and global variable?
Is char * a string?
What is keyword auto for?
Can a static member function access member variable of an object?
Is null a keyword in java?
How to check if linked list contains loop in java?
What is multi-catch block in java?
How do you sing an Applet ?
Is java ee a framework?
What are the classes of java?
a thread is runnable, how does that work? : Java thread
What is the difference between a synchronized method and a synchronized block?
What does regex mean?