Explain java coding standards for variables ?
Can we call virtual funciton in a constructor ?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is string intern in java?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
Describe OOP in java?
What are different exception types exceptions available in java ?
What is passing by reference in java?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
What is the difference between the file and randomaccessfile classes?
Explain aggregation in java?
What is aggregation and composition ?
what is the use of Clonable,and serializable interface?