Answer Posted / leelanarasimhareddy
A singleton is a class for which only one instance can exist
within a program. In other words, only one, single object of
that particular class can be created in a program.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is gui in java with examples?
What do you understand by numeric promotion?
Can we write lambda without functional interface?
What are the authentication modes in asp.net? : java security
what is reflection api? How are they implemented?
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%.
Write a program for the following topic - switch case,looping using fuction calling,nesting,console input output. Aim- to print a menu:- 1-series 2-single value. Each menu having sub menu armstrong or perfect.
Why is class forname used in java?
Which instutute is offering course for rhino jain slee
What is cdi bean in java?
What is aop in java?
Why java?
Which version of my browser should I use? : java security
What is a yaml file in java?
What are java’s rules regarding tabs, spaces and newline characters?