what is difference Between Core Java and advance java
Answer Posted / varsha
core java is the basic part of java technology where as advance java is the application of core java
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a boolean used for?
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 parsing in grammar?
What do you mean by order of precedence and associativity?
What is generic type?
Is there is any difference between a scrollbar and a scrollpane?
What is a java string?
You're given a Boolean 2D matrix, can you find the number of islands?
Describe the various concepts related to object oriented programming (oop).
Can we call virtual funciton in a constructor ?
What is lifetime variable?
How do you do descending order in java?
What is the basic of java?
How many decimal places is a double?
What is a wrapper method?