What are other modifiers?

Answers were Sorted based on User's Feedback



What are other modifiers?..

Answer / dsr

modifiers:abstract,final,volatile,static,transient...

Is This Answer Correct ?    1 Yes 0 No

What are other modifiers?..

Answer / amit patel

Accessibility Modifiers : public, protected, private
Others : static, abstract, final, transient,
volatile,synchronised

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why java is a platform independent? Explain

0 Answers  


Can a class extends itself in java?

0 Answers  


Describe the various concepts related to object oriented programming (oop).

0 Answers  


What is xslt in java?

0 Answers  


What is the meaning of immutable regarding string?

0 Answers  






What is the difference between throw and throws? What is the similarity between try and throw?

2 Answers  


What are the differences between processes and threads?

0 Answers  


why would you use a synchronized block vs. Synchronized method? : Java thread

0 Answers  


What is starvation?

0 Answers  


What is the method overriding?

0 Answers  


How are commas used in the initialization and iteration parts of a for statement?

2 Answers  


What is the default value of local and global variables?

0 Answers  


Categories