XyzWs Java FAQ
| Page 3 of 10 | <PREV 1 2 3 4 5 6 7 8 9 10 NEXT> |
- Why this method can not be overloaded?
- When is an object eligible for garbage collection?
- What is 'Islands of Isolation' in garbage collection?
- Why some of the Unicode character literals can't be used in Java source code?
- Can an object access a private member of another object of the same class?
- Why label statement causes compile time error?
- Can finalize() be called more than once on an object?
- What is resurrection (in garbage collection)?
- How does covariant overriding method work?
- Can the ternary operator be used instead of simple if-else statement?
- Why overloading a varargs method doesn't work for the primitive type and its object wrapper type?
- Why sometime the compound assignment operators don't work the way as expected?
- What is numeric promotion?
- What are the precautions for implementing Serializable?
- How do compound assignment operator work for byte primitives?
- How to create instances of static nested classes and inner classes?
- Why an interface can't be defined in an inner class
- What are the differences between interrupted() and isInterrupted() method of the Thread class?
- What are the rules for initializing variables?
- Why can any non-final class be casted to an interface?
| Page 3 of 10 | <PREV 1 2 3 4 5 6 7 8 9 10 NEXT> |
Most Viewed java Faqs
- How to use HttpURLConnection POST data to web server?(15066)
- What is runtime polymorphism in Java?(9530)
- What is String literal pool?(8821)
- Can the run() method be called directly to start a thread?(8279)
- How to add BASIC Authentication into HttpURLConnection?(7502)
- Can transient variables be declared as 'final' or 'static'?(6324)
- Can static methods be overridden?(4983)
Most Recent java Faqs
- What is the difference between an enum type and java.lang.Enum?
- Which replace function works with regex?
- Why does TreeSet.add throw ClassCastException?
- What is variable hiding and shadowing?
- Can private method be overridden?
- How to enable JDBC tracing?
- How to Retrieve Automatically Generated Keys in JDBC?