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 |
why top level class could not be static
What is a variable and constant?
Can you call a constructor within a constructor?
what ide u r using and wat version, how wil u build the project etc ?
extending thread class or implementing runnable interface. Which is better? : Java thread
How to handle a web browser resize operation?
Is char a data type in java?
How to create a fecelet view?
Every class extends object but why it is not possible for every object to invoke clone() method. ideally protected methods should be accessible from sub classes. isn't it?
In what ways you can handle exception ?
What is string variable?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example