Java Programming and Technical Programming Program

Q. What is UNICODE?

A. Unicode is used for internal representation of characters and strings and it uses 16 bits to represent each other.

Read Solution (Total 2)

Java Other Question

Q. What are the different ways to handle exceptions?

A. There are two ways to handle exceptions,
1. By wrapping the desired code in a try block followed by a catch block to catch the exceptions. and
2. List the desired exceptions in the throws clause of the method and let the caller of the method
handle those exceptions
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