Java programming interview questions – New list

Posted on January 27th, 2012 by admin  |  No Comments »

I am trying to put here some less discussed interview questions on java, as recruiters have become intelligent and changed their question patterns little different. Questioned asked during interview for a 2 years of experienced person compared to 4+ varies greately, in former people check mostly knowledge of oops and ability of do basic programming , but in case of more experienced programmers they can ask intricate details of java programming and questions related to frameworks. Read the rest of this entry »

Adult Circumcision avoid complications with little Research

Posted on January 22nd, 2012 by admin  |  No Comments »

NOTE : All information given in this page is solely for medical awareness and for the benefits of peoples who are thinking to go such medical procedure.

This article will try to bring out some less known and discussed facts on male circumcision, usually infants goes through it but there is great awareness towards circumcision as a beneficial surgical procedure. We are not going to waste our time here dicussiong things like unnecessary mutilation of body. The discussion is general purpose and not tied to any specific circumcision technique.

Why would some adult wants to go for a circumcision at adult phase? well the answer is personal preference and great deal of protection against STDs. I highly recommend that doing little research and understanding basics of surgery & complications with any surgery will help you to decide and also gain maximum from your circumcision therapy. Read the rest of this entry »

Java Struts and Cakephp framework the Difference

Posted on January 19th, 2012 by admin  |  No Comments »

This article is designed to throw some comparison between Struts2.x  and cakephp 1.3.x framework, this will also apply for other version of these framework to a great extent, this can be helpful to a cakephp framework developers  to make shift to java struts or vice versa. Difference listed here I resting on what I know please feel free to post a comments.

Both are popular MVC framework and used for different situations a programmer coming from one background will scratch his head trying to figure out why this MVC not doing the work that MVC while there is plenty of architectural difference between two, here i am going to compare them but these points do not conclude anything that one framework is better than other.

1. Configuration -> In struts you will need to define configuration files in the form of web.xml, struts.xml, tiles.xml or hibernate.cfg.xml in case you are using hibernate ORM, in cakephp minimal or no such configuration is required Cakephp has its built on ORM packaged along with main framework. Read the rest of this entry »