Explain OOPs concept.
What is meant by object oriented programming – oop?
what is difference between type 4 driver and type 1 driver?
2 Answers CMC, CTS, IBM, JK Technosoft, Napier Healthcare,
Can we override the static methods?
What is treeset in java?
What is final method?
What is string and its types?
Explain about main thread in java?
What is locale in java?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
Is heap stored in ram?
Is java call by value?
What is variable length arguments in java?