I want to persist data of objects for later use. What is the best approach to do so?
No Answer is Posted For this Question
Be the First to Post Answer
What is main method?
explain autoboxing in java?
what do you mean by java annotations?
What is the purpose of a statement block?
Can java cast null?
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
Can I create any Marker Interface? If yes then how can I use it???
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
What is a flag variable?
How do I get a substring?
What is the need of transient variables in Java ?
What is a native method?