What is an Infinite recursion
Infinite recursion: Recursion which does not finish. This can effect from any of direct recursion, indirect recursion or the mutual recursion. It is generally the outcome of a logical error, and can consequence in stack overflow.
Q. Write a java program to sort ten numbers using bubble sort method. Ans. class Bubble sort Q : Define Continue statement Continue Continue statement: A statement which might only be employed within the body of a loop. In case of a while loop or do loop, control passes instantly to the loop's terminating test. In case of a for loop, the control passes to the post-body update expr
Continue statement: A statement which might only be employed within the body of a loop. In case of a while loop or do loop, control passes instantly to the loop's terminating test. In case of a for loop, the control passes to the post-body update expr
Software reuse: It is the ability to reuse software components in various contexts. The object-oriented languages aid to encourage reuse by their support of encapsulation.
Explain directory and filename?
Super class: It is a class which is extended by one or more sub classes. All Java classes encompass the Object class as a super-class.
Container Abstractions: Abstractions for containers (such as lists, stacks, sets, or queues) may represent just the state of a container—e.g., full or empty—and abstract away from the actual container content. The list operations also need
What do you mean by the term java AWT? Describe in brief.
Method header: It is the header of a method, comprising of the method name, its outcome type, formal arguments and any exceptions thrown. Also termed as a method signature.
Illustrate the basic features of OOPs?
Define the term Method signature: This is the synonym for method header.
18,76,764
1953200 Asked
3,689
Active Tutors
1450486
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!