What is data type modifier?
Answer / Parul Sirohi
A data type modifier in Java is a keyword that is used to modify or add additional characteristics to a basic data type. Examples include `final`, `static`, and `byte`, `short`, `int`, `long`, `float`, `double`, and `boolean`.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the difference between static class and singleton class? can we create static class?
2 Answers L&T, Octazen, Vamsi Labs,
Is empty string in java?
can we have function for truncating the sign as like abs in oracle.
Is array serializable java?
What does localhost mean?
Write a program for recursive Traverse?
What is object
Write the algorithm to check the number non-leaf nodes in a tree.
How many ways can we create the string object?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Can we declare a static variable inside a method?
What is bom encoding?