what is difference Between Core Java and advance java
Answer Posted / rajeev
The difference between Core Java and Advance Java is that in
Core Java we only use the basics of Java Language such as
java console programming, control statements, array,classes,
objects ect. It is all about to understand the fundamental
of Java Programming. In Advance Java we use more inbuilt
tools and classes. These are used by the programmer without
go in to detail how its work and execute. But a programmer
who has the knowledge of core java can actually understand
the background working of advance java tools and inbuilt
programs
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
what is difference betweem home interface and remote interface?
Can we assign null to double in java?
Explain what access modifiers can be used for methods?
What is the purpose of the enableevents() method in java programming?
How the interruptible method gets implemented?
What is finalize()?
What is string array?
List some features of the abstract class.
give an example for encapsulation?
Can I learn java without any programming experience?
List some java keywords sun like c, c + + keywords?
When should I use a singleton?
What is the structure of java?
What is meant by the value of a variable?