Answer Posted / uday kumar
Java does not support multiple inheritance and .NET
supports multiple inheritance.
Java platform independent and .NET is not....
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Explain the difference between intermediate and terminal operations in java8?
Which containers use a flowlayout as their default layout in java programming?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
Why is multithreading important?
Does java initialize arrays to zero?
What are aggregate functions explain with examples?
What is your platform?s default character encoding and how to know this?
What is exception handling in java?
What is t type java?
Explain about core java?
Can we sort list in java?
Can an object subclass another object?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is parse method?
What is prefix of a string?