Java Programming and Technical Programming Program

Write a program to print all the employee details that already exist in our system or directory. Suppose if we had a employee name with "abc". IF we click on "abc" we should get all the details of that employee..ie., already the details are there in our folder

Read Solution (Total 3)

Java Other Question

Q. What is UNICODE?

A. Unicode is used for internal representation of characters and strings and it uses 16 bits to represent each other.
Q. Can we execute a java program without main() method ?