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 |
What is used of static keyword in java?
What’s the difference between constructors and other methods?
Explain about abstract classes in java?
What does three dots mean in java?
Explain the use of volatile field modifier?
Is object a data type?
Explain the access modifiers for a class, method and variables?
Compare overloading and overriding?
What is lazy programming?
Java support what type of parameter passing ?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
when everything can be done by static block then why do we use main method?.