What do you mean by jjs in java8?
No Answer is Posted For this Question
Be the First to Post Answer
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
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).
How do you find the absolute value?
What is final method?
How to convert string to char and vice versa?
Can inner class final?
Which is the class in java?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
How do I remove a character from a string in java?
What is pangram in java?
what is the diffrence between class and object?
What are the differences between this and super keyword?