Tagged Questions

13
votes
5answers
5k views

what is the difference between declarative and imperative programming

I have been searching the web looking for a definition for declarative and imperative programming that would shed some light for me. However the language used at some of the resources that I have ...
-4
votes
2answers
1k views

How is Java an 'imperative' programming language and not a 'declarative' one?

Specially in comparison to C/C++ (which are declarative), how is Java imperative?