Analyst Integration Question:

Download Job Interview Questions and Answers PDF

What is a strongly typed programming language?

Integration Programmer Interview Question
Integration Programmer Interview Question

Answer:

In a strongly typed language compiler ensure type correctness, for example you can not store number in String or vice-versa. Java is a strongly typed language, that's why you have different data types e.g. int, float, String, char, boolean etc. You can only store compatible values in respective types. On the other hand, weakly typed language don't enforce type checking at compile time and they tree values based upon context. Python and Perl are two popular example of weakly typed programming language, where you can store a numeric string in number type.

Download Integration Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between a class and an object?What is loose-coupling?