c) Java is a platform-dependent programming language d) Java is a platform-independent programming language View Answer 3. Which component is used to compile, debug and execute the java programs? a) JRE b) JIT c) JDK d) JVM View Answer 4. Which one of the following is not a Java fea...
13. Which data structure is based on the Last In First Out (LIFO) principle? a) Tree b) Linked List c) Stack d) Queue View Answer 14. Which of the following application makes use of a circular linked list? a) Recursive function calls ...
Stack type of data structures Answer: 4 In recursion, the type of data structure that finds its use is the Stack type of data structure. Q6 The data structure that allows the insertion, as well as the deletion from both the ends, are: String type of data structure Queue type of data...