what is difference Between Core Java and advance java
Answer Posted / thaslima
my point of view core java is fundamental which we learn as
basics... where as advanced java is deal with
webserver,clientserver and so on......
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why webdriver is an interface?
Explain about core java?
What are the disadvantages of object oriented programming?
Why is logger singleton?
What is hash in java?
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 the purpose of finalization in java programming?
What is the difference between public, private, protected, and friend access?
What is a void method?
How many types of the indexof method are there for strings?
What are predicates in java 8?
What is java and their uses?
What are the advantages of java?
Why inputstreamreader is used in java?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread