What is a local class in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the symbol for average?
What are the advantages of encapsulation in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is the difference between error and exception and explain in simple words not whatever is given in the book.
how to handled exceptions & erros in ejb?
Can we have a abstract class withought any method? What is a purspose of this?
What are void methods?
What is final variable?
What the difference is between execute, execute Query, execute Update?
class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?
How Vector class is synchronized,How to build user defined class as synchronized?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..