Java Tough Questions
advertisement
advertisement
- Define Java? Why this language is used in programming?
- What is the interface? How multiple interfaces take place in Java? How interface makes programming easy?
- What is the difference between java, C, C++?
- Describe string? What is the difference between string buffer and string class?
- State the difference between abstract class and abstract methods?
- What is an operator? State difference between == and equal methods?
- What is native method? Where these methods can be used?
- Why java has the nature of write once and run anywhere? Why this language is so popular among programmers?
- Describe JDBC? Which steps do you need to execute SQL query using JDBC?
- Discuss the present JDBC drivers? Why these drivers are used to run JAVA?
- State the difference between variable, class and constant?
- What does FINAL keyword means in front of a particular variable?
- Does “goto” command is used in JAVA? If yes, where is it used?
- How synchronization works in JAVA? Where can these be used?
advertisement