What is a modifier?
Answer / harendra pal
A modifier, also called a modifying function is a member function that changes the value of at least one data member. In other words, an operation that modifies the state of an object. Modifiers are also known as ‘mutators’.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to create a jar file in java
What is an argument java?
What does indexof return in java?
give me the answer of this code class A extnds String This code we can write r not in Java? Explain?
What is an exception? difference between Checked and Unchecked exception in Java
0 Answers SkillGun Technologies,
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
when System.out.println("") is executed what happens in the back ground?
What is an object class?
Who developed java?
How to create packages in java?
solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..
What is the function of java?