Analyst Integration Question:
Download Questions PDF

Explain 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
Explain revision/version control?Can you please explain the difference between DOM and SAX parser?