What are the different access modifiers available in java?
No Answer is Posted For this Question
Be the First to Post Answer
Why singleton class is used in java?
What is yielding and sleeping? how they different?
can any one tell me what is advantage of encapsulation
Which all r Final classes in java except string?
Objects or references which of them gets garbage collected?
What is the difference between Object and Instance?
does java support pointers?
Explain aggregation in java?
What is a function in java?
what is Thread priority?
4 Answers Tech Mahindra, Wipro,
How will you compute size of a structure?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }