Can keyword be used as identifier?
No Answer is Posted For this Question
Be the First to Post Answer
what are the rules to use try catch finally?
What does it mean to be immutable?
What are the basic concepts of OOPS in java?
0 Answers Axtria, ITC Indian Tobacco Company,
What is the difference between call by reference and call by pointer?
How many bits is a float?
What is the format of Inner Class after it compiled?
we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is the byte order of byte buffer?
What is the purpose of garbage collection in java, and when is it used?
How the elements are organized in GridLayout?
What is the public method modifier?