Which programming language is most secure?
No Answer is Posted For this Question
Be the First to Post Answer
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?
How do you declare an array in java?
How do you load an HTML page from an Applet ?
Howmany address lines are required to addressing 1 MB memory?
8 Answers Beatroot Technologies, CSC, HCL, Hexaware, IBM,
Explain how to force the garbage collection in java.
Matrix multiplication only using OOP concepts .
What is an class?
What is garbage collection? What is the process that is responsible for doing that in java?
Is java is a fully object object oriented language?
Can java list be null?
How can we achieve thread safety in java?
What are the steps involved to write rmi based programs?