What is io stream in java?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by package in java?
What are the properties of thread?
Name and explain the types of ways which are used to pass arguments in any function in java.
What does yield method of the thread class do?
Can a class declared as private be accessed outside it’s package?
what is the full form of java
What is the full name of java?
How will you print number in reverse (descending) order in BST.
what is language and it responsibilities
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is the default size of arraylist in java?
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. */ }