Explain about class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is instanceof keyword?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
What happens if we don’t override run method ?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
Differentiate between stringbuffer and string?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
Does java support multiple inheritances?
Can we sort set in java?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
Is nan false?
What are the basic interfaces of java collections framework?
if two references are having same hash codes,is that means those are refering to same object?