What is the difference between call by reference and call by pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between choice and list?
What is the buffer limit?
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); } }
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
What is difference between hashset and hashmap in java?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
Is null a string or object in java?
What is a finally block? Is there a case when finally will not execute?
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
What 4 doubled?
Can an interface extend a class?
What is variable declaration and definition?