Answer Posted / rice
Java support Three types of variables
1.)static
2.)Instance
3.)Local
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the meaning of I ++ in java?
What are wrapper classes in java?
What is difference between iterator and enumeration in java?
Difference between string, string builder, and string buffer?
What is the difference between length and length () in java?
What do you mean by garbage collection used in java?
What are data types in programming?
When a byte datatype is used?
How many characters is 16 bytes?
What is adapter in java?
Describe what a thread-local variable is in java?
How does singleton class work?
How does predicate work in java?
Why we do exception handling in java and how many types of exceptions are there?