Why do we use variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is a serializable interface?
What is multiple inheritance? Is it supported by java?
What is difference between equal and == in java?
Define "Access specifiers" in java.
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
what is request dispatcher and how does it work?
What is the purpose of garbage collection in java? When is it used?
Explain where variables are created in memory?
java can provide security ,how can provide?
8 Answers Aspire, BNP Paribas, Genpact, IBM,
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. */ }
What is intern method in java?
What is sleep method?