What is the difference between deep copy and shallow copy in java
No Answer is Posted For this Question
Be the First to Post Answer
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
what are the types of constructer explain with example
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.
What is serializable in java?
What is the point of lambda expressions?
Can we install jre without jdk?
Where is singleton design pattern used in java?
What is java ioc?
How do I run a java project in netbeans?
What's the difference between local, global and universal groups? : java security
Is jprofiler open source?