In which language java is written?
Answer / Abhinav Kumar Saini
Java is written in C programming language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why vector class is used?
What is static data type in java?
How many types of packages are there in Java?
Is it necessary for the port addresses to be unique? Explain with reason.
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
Why synchronization is important?
How do you create a bulleted list?
What is cr keyboard?
What is the preferred size of a component in java programming?
Can we declare a constructor as final?
Can we force garbage collector to run ?
What for read() function?