Where are register variables stored?
No Answer is Posted For this Question
Be the First to Post Answer
What are the states of thread in java?
Can this keyword be used to refer static members?
Difference between keyword and identifier.
Explain creating threads by extending thread class ?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
Hi Friends, can you give difference between extending thread class and implementing runnable interface.
Can a variable be local and static at the same time?
How to calculate the length of a singly linked list in java?
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method
What is a default constraint?
What technique is carried out to find out if a particular string is empty?
How do you write a conditional statement?