Posts

Showing posts from 2017

BlueJ for ISCE Boards

Java programming comes naturally to some lucky few. But that's not the same for the majority of the population. Some need more help in understanding the concept than others. That's the reason why I created this blog. Going through my blog will help you get a better understanding of the concepts involved in Java programming. This blog was made with ICSE students in mind. The programs I've written are the recurring questions in ICSE board exams. All the programming was written and compiled in BlueJ. In case you haven't got BlueJ to practise on, you can download it for free from  here . Install the latest version of BlueJ and you're good to go. Important programs to try out 1.  Factorial of a number 2.  Prime Number 3.  Palindrome 4.  Automorphic Number 5.  Bubble Sort 6.  Selection Sort After you gain enough confidence, you can try out unsolved programming questions which are available on the internet. In case you have any doubts regarding the s