What do you understand by an io stream?
No Answer is Posted For this Question
Be the First to Post Answer
What is an enumeration class?
Why is it important to initialize a variable?
What two classes are used to read data only?
0 Answers TryTechnicals Pvt Ltd,
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
why java does not support unsigned keyword?
Why set do not allow duplicates in java?
How do you include a string in java?
Can a constructor call another constructor?
What is update method and when it is called?
Describe the term diamond problem.
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?