what is difference Between Core Java and advance java
Answer Posted / gouthami
core java is used for client side applications
where as advanced java is used for server side applications. .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are white spaces in java?
What are synchronized methods and synchronized statements in java programming?
what is the difference between the methods sleep() and wait()? : Java thread
Can you run java program without main method?
When will you define a method as static?
Difference between nested and inner classes ?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What is the benefit of lambda expressions?
What is the collections api in java programming?
Can anonymous class have constructor?
How to sort an array in java without using sort method?
What is a numeric digit?
How many digits can a float hold?
What do you understand by the term wrapper classes?
What are the two basic ways in which classes that can be run as threads may be defined?