What is lsdou? : java security
Answer / Shishu Pal Singh
It seems there was a typo in the question. It should be either 'LDAP' or 'LSD'. LDAP (Lightweight Directory Access Protocol) is a protocol used to access and maintain distributed directory services, while LSD (Local System Domain) is a security principal in Microsoft Windows.
| Is This Answer Correct ? | 0 Yes | 0 No |
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%.
Is lambda functional programming?
why java has the size of character 2 byte ,while in c/c++ it is of 1 byte?
What is lambda expressions action func and predicate?
Is openjdk the same as jdk?
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.
Why do we need framework in java?
Why bean class is used in java?
What is stateless in java?
What are jpa annotations?
What is a container in java?
can a program use more than one command-line argument?