Answer Posted / malligontla
length is used for arrays and length() is used for strings
| Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
What is a super method?
What method is used to specify a container's layout in java programming?
How do you sort in descending order in java using collections sort?
What is polymorphism in java? What are the kinds of polymorphism?
Can a static method be final?
Can we define package statement after import statement in java?
What are packages in java?
Difference between static synchronization vs. Instance synchronization?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is the use of java?
Explain importance of finally block in java?
What is Session reduplication and how its done?
Is empty in java?
What do you mean by of string::valueof expression in java 8?
What is ‘is-a ‘ relationship in java?