why static class in java or what is use of static class in java
Answer Posted / prathyusha
static class is created before object of the class is created.
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
In java, how many ways you can take input from the console?
Define immutable object?
who can i handle multiple client in RMI
What is string in java? String is a data type?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Can string be considered as a keyword?
What is the difference between public, private, protected, and friend access?
What is the largest data type in java?
What is the benefit of abstract class?
Can memory leak in java?
What is map java?
What is return code?
What are the types of java?
Explain different ways of creating a thread. Which one would you prefer and why?
What are the string methods in java?