What are disadvantages of java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use join() in Threads ?
Which collection is best for sorting in java?
What is a parameter in simple terms?
What is flush () in java?
How do you remove all elements from an arraylist in java?
What are different types of control structures?
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
Why Java is called as purely platform independent..? Explain briefly..dont Give regular answers Explain with your own example..?
What is the use of coding?
What are new features introduced with java 8 ?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
What is the difference between static (class) method and instance method?