What is data type modifier?



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

Post New Answer

More Core Java Interview Questions

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?

1 Answers  


can we have function for truncating the sign as like abs in oracle.

1 Answers  


Is array serializable java?

1 Answers  


What does localhost mean?

1 Answers  


Write a program for recursive Traverse?

1 Answers  


What is object

6 Answers  


Write the algorithm to check the number non-leaf nodes in a tree.

1 Answers   Amdocs,


How many ways can we create the string object?

1 Answers  


When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?

1 Answers  


Can we declare a static variable inside a method?

1 Answers  


What is bom encoding?

1 Answers  


Categories