What are decalarations?



What are decalarations?..

Answer / Asad Ali

In Java, declarations refer to the process of defining variables, methods, classes, interfaces, or packages. They provide a way to create new entities in the Java program and define their properties, such as data type, name, access modifier, and method signature.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the range of the short datatype?

2 Answers  


How do you do math powers in java?

1 Answers  


What is the full form of jpeg?

1 Answers  


How to Create A Wapper Class in core Java and Why are Use in java?

2 Answers   Amdocs,


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

1 Answers  


What are 5 boolean operators?

1 Answers  


Can list have duplicates in java?

1 Answers  


How do you declare an empty string?

1 Answers  


Difference between Choice and a List?

1 Answers  


Can constructor return value?

1 Answers  


Can we extend private class in java?

1 Answers  


can u override the start() method of Thread class

5 Answers  


Categories