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 |
What is late bound function call and early bound function call? Differentiate.
what is difference between objects and function
What is destructor in oop?
What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?
Can destructor be overloaded?
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
Why do we use oops?
What are the 4 main oop principles?
What is abstraction oop?
Why multiple inheritance is not possible?
What is a friend function & its advantage?
In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?