Who developed JavaScript, and what was the first name of JavaScript?
Brendan Eich was a Netscape programmer who created JavaScript. In September 1995, Brendan Eich spent ten days creating this new scripting language. JavaScript was first known as Mocha when it was first released. It was then referred to as Live Script and then JavaScript.
Is This Answer Correct ? | 0 Yes | 0 No |
In system.out.println(), what is system, out and println?
For each of the following program segments,give a big zero analysis for the running time 1.For (i=0;i<m;i++) { // } 2.For (j=0;j<i;j++)
0 Answers St. Pauls University,
What is the difference between Object Code and ByteCode? Why do people keep saying that bytecode is like the intermediate of source and object code? Also, which is better/commonly used and why? Please keep in mind that I am a beginner, please keep all terminology fairly simple. Thanks!
What is type_scroll_insensitive in java?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
why java has the size of character 2 byte ,while in c/c++ it is of 1 byte?
Spring framework ---Can somebody explain me in easily understandable format about AOP, IOC and DI, so that i can explain in interview rather than just telling what is available in net. I am not able to understand that also. I am new to Spring
what is the use of a super keyword?
What is a bean class?
What's the difference between code-based security and role-based security? Which one is better? : java security
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
What is predicate in lambda expression?