What are other modifiers?
Answers were Sorted based on User's Feedback
Answer / dsr
modifiers:abstract,final,volatile,static,transient...
| Is This Answer Correct ? | 1 Yes | 0 No |
Accessibility Modifiers : public, protected, private
Others : static, abstract, final, transient,
volatile,synchronised
| Is This Answer Correct ? | 1 Yes | 0 No |
When will we prefer to use set and list in java and why?
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
How many objects are created when we create String class object using new operator?
How is string immutable in java?
How does predicate work in java?
What is hash in java?
What if I write static public void instead of public static void in java?
How is Garbage collection done in Java?
What are the restriction imposed on a static method or a static block of code?
Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose
3 Answers Oracle, Surya Software,
What are inbuilt functions?
What is derived datatype?