Answer Posted / shreya sarker
Within a static method,we can only call another static
method.Is it true?
Is This Answer Correct ? | 29 Yes | 13 No |
Post New Answer View All Answers
Explain the difference between an object-oriented programming language and object-based programming language?
Why pass by reference is not possible in java?
What does void * mean?
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???
What are scriptlets?
What is final method in java?
Can a private method be declared as static?
What are annotations in java?
What is the advantage of preparedstatement over statement?
How will you communicate between two applets?
what happens when a thread cannot acquire a lock on an object? : Java thread
What does sprintf return?
Why java does not support pointers?
What is a Transient Object?
Why are getters and setters used?