Operation on Characters Public & Private Access Modifier Use of Ref and Out Parameters Use of Variable Arguements 5. Object Oriented Concepts The section contains questions and answers on polymorphism, structures, enumeration, inheritance, method overloading and method overriding, abstract class and inte...
c) Null link is present in the last node at the bottom of the stack d) Linked List are used for implementing Stacks View Answer 10. The data structure required for Breadth First Traversal on a graph is? a) Array b) Stack c) Tree ...
8. Which environment variable is used to set the java path? a) MAVEN_Path b) JavaPATH c) JAVA d) JAVA_HOME View Answer 9. What will be the output of the following Java program? classoutput{ publicstaticvoidmain(Stringargs[]) { doublea, b,c; a=3.0/0; b=0/4.0; c=0/0.0; Sys...