What will be the output of round(3.7) and ceil(3.7)?
No Answer is Posted For this Question
Be the First to Post Answer
In Java why we write public static void main(String args[]) why not main()?
46 Answers Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
What are class members by default?
Explain purpose of sleep() method in java?
how to create an applet
What is sortedset in java?
What is a default package ?
Can a class have multiple subclasses?
In method overloading ,if i change the return type to Long instead of INT,is the program execute
What is a finally block? Is there a case when finally will not execute?
Implement a stack with push (), pop() and min() in O(1) time.
where is .equals() method and how is it different from == operation <giving some confusing implementation> Is hashing related to these?
how would you implement a thread pool? : Java thread