string is a class or data type in java?
Answers were Sorted based on User's Feedback
Answer / neeraj03
'string' keyword is not valid in java, 'String' is the
correct keyword and it's a class.
| Is This Answer Correct ? | 4 Yes | 0 No |
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the significance of classes in oop?
Can a varargs method be overloaded?
why overriding?
When is a memory allocated to a class?
tel me oops defination in single line
class type to basic type conversion
what is meant by files?
what is a class
Finding of the 4 larger (bigger) numbers from the list like{1245,4587,2145,1163,29987,65783.....}
Should you protect the global data in threads? Why or why not?
Describe what an Interface is and how it?s different from a Class.