Andrew Holovko
@andrewholovko
Blog of a self-taught programmer writing about the experience, tips and other stuff
158 posts
Interview

Solver: pangram problem

A pangram is a string that contains every letter of the alphabet. Given a sentence determine whether it is a pangram in the English alphabet. Ignore case. Return either pangram or not pangram as appropriate.

Spring Interview

Before seeing the difference between ApplicationContext and BeanFactory, let see some similarity between both of them. Spring provides two kinds of IOC containers, one is BeanFactory, and the other is ApplicationContext. Syntactically BeanFactory and ApplicationContext both are Java interfaces and ApplicationContext extends BeanFactory.

Are you ready for Java Job Interview?

Below you can find a list of references to resources where you can find answers to popular questions, videos as in English and Russian.