Explain an algorithm to find depth of a binary tree.
No Answer is Posted For this Question
Be the First to Post Answer
What is entry set in java?
what do you understand by the term string with respect to java?
Can classes declared using the abstract keyword cab be instantiated?
When do you get classcastexception?
Does list allow duplicates in java?
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 multiple inheritance not allowed in java?
7 Answers Elementus Technologies, Huawei, Infosys,
What is data abstraction? Elaborate with example?
they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }
2 Answers DNS, IPSR Solutions,
Mention some interfaces implemented by linked list in java.
What is difference between next () and nextline () in java?
Differentiate between == and equals().