What do you mean by formatting?
No Answer is Posted For this Question
Be the First to Post Answer
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
strings in java are objects.why?
without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?
7 Answers Tanla Solutions, Wipro,
Is java a super set of javascript?
Which is better stringbuffer or stringbuilder?
Can you have an inner class inside a method and what variables can you access?
Can we override private method?
Is a string literal?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
what is the logic inside any default constuctor?
Which category the java thread do fall in?