what is language and it responsibilities
Answer / deepakkumar1887
language is an application which allow the end user to frame
the set of instruction as program to perform action by the
system.
| Is This Answer Correct ? | 0 Yes | 1 No |
While opening the file, what type of exceptions can be caught?
Is it possible to compare various strings with the help of == operator?
What is the catch or declare rule for method declarations?
is it possible to add a object in a HASHMAP
How do you do math powers in java?
explain local datetime api in java8?
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
What is ‘has a’’ relationship in java?
What is an off by one error in java?
how can i take the inputs from users in java program?
Can inner class final?
Why stringbuffer is faster than string?