Can extern variables be initialized?
Answer / Dhram Pal
No, external (static) variables in Core Java are not automatically initialized. They must be explicitly initialized before they can be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the elements of java?
Tell me about different OOPS concepts.
Functionality of JVM?
How do you escape a string?
What is cr keyboard?
How to do validation of the fields in any project ?
What is this keyword in java?
Can static method access instance variables ?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is Difference between Serializable and Externalizable in Java serialization?
What is meant by Encapsulation? Can you write a class to explain encapsulation?
What are the differences between string and stringbuffer?