Tuesday, April 29, 2014

Escaping Issue


We all have encountered escaping issues while working on Web development. It can happen with HTML, Javascript, XML etc.

Every time we end up handling it by one by one basis. So application can break if a particular scenario is being not covered.


http://www.unbescape.org/usingunbescape.html

Monday, April 28, 2014

Run Java code without IDE for quick testing



I figured out a cool site to execute Java files online. It can be used incase you don't have a IDE and want to test something quick :)

http://www.compileonline.com/compile_java_online.php

Friday, April 25, 2014

Profession Help!



We are providing help in different Web technologies.

1. Java
2. J2EE
3. Spring
4. Hibernate
5. JQuery
6. Struts
7. Ant
8. Weblogic Server Basics
9. Oracle Webcenter Portal
10. Oracle Application Development Framework.
11. SalesForce Cloud


and Many more. Feel free to send  email @ techylearnings@gmail.com

Interview Questions for Java and Spring

1. What is the difference between ApplicationContext and BeanFactory.
2. What are the different kinds of scope in Spring bean.
3. How do you listen to JMS queues.
4. What is the difference between Sleep and wait method.
5. Why and how to synchronize in threading?
6. What is Auto wiring in Spring.
7.  How to monitor memory leak in Java.
8. What tools can be used to detect the memory leak in Java
9. What is the difference between Memory allocation of C++ and Java.
10. How does Garbage collection works?
11. How to do memory profiling in Java.
12. Explain a multithreading project implementation.