Can a static member function access member variable of an object?
Answer / Rakesh Kumar Singh
No, a static member function can only access static members and cannot access non-static members of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Transient and volatile
What do you understand by weak reference?
What are the common problems you have faced while implementing Java?
What is the difference between serial and throughput garbage collector?
what are the boundaries of jdk and jre?
how to accept integer array in java
what is difference between requestprocessor and request dispatcher?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
How do you check if two strings are equal in java?
What are structs in java?
Hi Friends.. can any one provide the real time example for methodoverloading and methodoverriding .........
What is an example of a keyword?