When should you make a function static?
No Answer is Posted For this Question
Be the First to Post Answer
Explain JPA in Java.
What is constructor and virtual function?
Can you inherit from an abstract class java?
can any one tell me what is advantage of encapsulation
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
Explain the reason behind ending a program with a system.exit(0)?
what is the logic inside any default constuctor?
What is a war file?
What is early binding and late binding in java?
Which command from the jdk compiles a java program?
What is string pooling concept?
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?