What is style and indentation?



What is style and indentation?..

Answer / Manoj Agarwal

Style refers to a set of rules or guidelines for writing code, such as indenting, naming conventions, and commenting. Indentation is the process of aligning lines of code so they are easy to read and understand.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is array a class?

1 Answers  


How many techniques can be employed to create a string object?

1 Answers  


what is the diffrence between class and object?

5 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is Enum in Java?

1 Answers  


What is Session and cookies?Explain in detail with an example?

4 Answers   Accenture, CTS,


Give few difference between constructor and method?

1 Answers  


What is passing value java?

1 Answers  


State the difference between creating string as new () and literal.

1 Answers  


Can we nested try statements in java?

1 Answers  


What is access modifiers?

1 Answers   Cap Gemini,


What is the difference between overriding & overloading?

1 Answers  


Categories