What are the supported platforms by java programming language?
No Answer is Posted For this Question
Be the First to Post Answer
How the elements are organized in GridLayout?
What is the difference between compile-time polymorphism and runtime polymorphism?
What are byte codes?
What is bom encoding?
Can a class extend more than one class?
Difference between Encapsulation and Abstraction
What is a double vs float?
What is UNICODE?
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
Differentiate between the constructors and methods in java?
What are the restriction imposed on a static method or a static block of code?
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.