Why static functions are used?
Answer / Sagar Kumar Verma
Static methods in Core Java belong to the class, not the object. They can be called without creating an instance of the class and are often used for utility purposes or to share common functionality among multiple classes within a package.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a default constraint?
Explain about transient variables in java?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Difference between this() and super() in java ?
Is array a class in java?
Why super is first line in java?
Why vector class is used?
can you create interface instance ?
Does garbage collection occur in permanent generation space in jvm?
How to declare an arraylist in java?
Mention some features of java?
Where are the local variables stored?