Programming Languages C# Objective
Jan 02, 2013

Which operator used in C# but not in Java?

Choose the correct answer:
A) instanceof
B) is
C) sizeof
D) all of these
Detailed Explanation

C# uses is operator while Java uses instanceof.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback