What is cr keyboard?
No Answer is Posted For this Question
Be the First to Post Answer
What is unicode?
How do you compare two objects?
How java is similar to c?
Explain polymorphism citing an example.
Write a method that will remove given character from the string?
What is array pointers ?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
What is difference between classpath and path variables in java?
Explain the difference between an Interface and an Abstract class?
What is final modifier?
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); } }
Hi Friends, can you give difference between extending thread class and implementing runnable interface.