Java Developer Question:

Can you please explain the difference between Font and FontMetrics classes in Java Programming?

Java Developer Interview Question
Java Developer Interview Question

Answer:

The FontMetrics class is used to define implementation-specific properties, such as ascent and descent, of a Font object.


Previous QuestionNext Question
What are peerless components?What happens when a thread cannot acquire lock on an object in Java Programming?