can any one tell me the syllebus for java certification
Answer Posted / nidz
SCJP 1.5 by Kaithey Sierra is too good for the preparation
of java certification.I certified that course by reading
this only n by 98%.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Where javascript variables are stored?
What are the valid scopes of a variable in JavaScript?
what is the difference between let, var, and const?
What are types of javascript?
What is the naming conventions for the variables in javascript?
How Does Function Hoisting Work in JavaScript?
What is the difference between == and ===? Which one would you use?
What is the use of window object?
Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
Explain unescape() and escape() in javascript?
How to get the type of arguments passed to a function?
What is the use of history object?
What does the following statement declares?
Explain higher-order functions in javascript?
Explain the terms synchronous and asynchronous code?