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
What is numeric function?
What is the largest number a double can hold?
What happens when a thread cannot acquire a lock on an object in java programming?
What is the parse method in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What language is an assembler written in?
What causes memory leaks in java?
Can we use synchronized block for primitives?
Can we declare main () method as non static?
Explain about transient variables in java?
How does arraylist size increase in java?
What methodology can be employed to locate substrings inside a string?
What is final access modifier in java?
Can we declare an array without size in java?
Can array grow dynamically in java?