Why is String immutable?
Which collection allows duplicate values in java?
Write a method that will remove given character from the string?
Write a program to show whether a graph is a tree or not using adjacency matrix.
Can we override compareto method?
How do you define a variable?
What is flush buffer?
java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?
What is the difference between a checked and an unchecked exception?
Differentiate between overriding and overloading cases?
What is the default size of load factor in hashing based collection?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
What are passing parameters?