What is the public method modifier?
Answer / Birendra Singh Kutiyal
The 'public' modifier in Java makes a method, variable or class accessible from any other class of the same package or from outside it. It is the default access modifier for methods and variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is import java util arraylist?
What is stored procedure. How do you create stored procedure ?
which method is used to know the status of the Thread?
What classes of exceptions, thrown by a throw statement?
what is the purpose of class "Object" which is base class for all classes?
what is abstract class in Java?
How can we make a class virtual?
What are inbuilt functions in java?
What is a default method?
What is append function?
What is the use of list in java?