When we can access the static data member without creating
the object what is the need of the object in java.
Answer Posted / vijay
U cant call other class method without object.static member
is common for all object.if u want set some values for
specific object then the object is necessary
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How do I type unicode?
What method is used to specify a container's layout in java programming?
What is instanceof keyword?
How an object is serialized in java?
How to display names of all components in a Container?
Is there any sort function in java?
What is the string function?
What is static class
What is member in java?
Can we override constructors in java?
What is the meaning of variable in research?
Is it necessary that each try block must be followed by a catch block?
Explain the concept of proper inheritance?
What type of variable is gender?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???