vchaithanya.wordpress.com
vchaithanya | Chaitanya’s Blog
https://vchaithanya.wordpress.com/author/vchaithanya
April 17, 2011. 1 Palak 2. Paneer 3. mirchi 4. Garlic, Zinger 5. Tomoto 6. Onion 7. Peper, salt, zeera, turmeric and curry leaves Preparation: 1. Cut onions, mirchi, zinger, garlic in small pieces 2. Grind tomota 3. Cut the paneer into small … Continue reading →. April 17, 2011. Oat meal for breakfast. April 6, 2011. March 30, 2011. Turn off User Access Control in Windows Vista. October 20, 2008. October 17, 2008. 2cups basmathi rice 1/2cup onions 2 cinnamon 1 biryani leave 1tb spoon zeera/cumin seeds 4o...
vchaithanya.wordpress.com
Raagi Burelu | Chaitanya’s Blog
https://vchaithanya.wordpress.com/2011/04/17/raagi-burelu
Oat meal for breakfast. Palak Paneer →. April 17, 2011. 1 Raagi pindi – 1cup. 2 Bellam – 1/2 cup. 3 Dried coconut – 1/3 cup. 4 Yalachhi – 1. 1 Take raagi pindi in a bowl and add Yalachhi powder. 2 Take bellam in a bowl and add some water and heat it for 2 minutes. 3 Add bellam mix to raagi pindi and mix it gently. 4 Keep aside for 20min. 5 and make samll balls and press them. 6 Deep fry it in oil. View all posts by vchaithanya →. This entry was posted in delicious. Oat meal for breakfast.
vchaithanya.wordpress.com
Turn off User Access Control in Windows Vista | Chaitanya’s Blog
https://vchaithanya.wordpress.com/2008/10/20/turn-off-user-access-control-in-windows-vista
Swami Vivekananda Quotes →. Turn off User Access Control in Windows Vista. October 20, 2008. Http:/ www.mydigitallife.info/2006/12/19/turn-off-or-disable-user-account-control-uac-in-windows-vista/. View all posts by vchaithanya →. This entry was posted in MS. Swami Vivekananda Quotes →. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out.
codeinterview.blogspot.com
Code Interview: June 2011
http://codeinterview.blogspot.com/2011_06_01_archive.html
Code Interview, Technical Interview, Software Engineering Interview, C Programming, Java, Object Oriented Programming, Python Programming, Large dataset processing, Parallel Processing, Distributed Computing. Friday, June 24, 2011. Insight of OOP Object - How inheritance, encapsulation and polymorphism work. How inheritance, encapsulation and polymorphism work in C. How mangling solves the problem. Structure and size of the object. How inheritance and polymorphism work. How basic polymorphism works.
thejavatechie.blogspot.com
The Java Techie: Core Java Performance
http://thejavatechie.blogspot.com/2010/12/performance.html
A solution expert in Java technology. Tuesday, December 7, 2010. Solutions to Improve the Performance. Performance is a key non functional requirement in any enterprise application. The term performance, in this context, refers to the capability of the system to achieve good response time with minimum CPU and memory utilization. Following are some of the tips to be followed in coding, for improving the performance. Avoid Recursive method calls wherever possible. Break loops when the purpose is served.
java-interview-answers.blogspot.com
Java Interview Answers: JAVA
http://java-interview-answers.blogspot.com/2010/05/java_31.html
Java Servlet Pages Answers. Search the Web for JAVA Answers:. Search the Web for more JAVA Answers:. Press Ctrl to increase the font size of this blog and Ctrl- to decrease the font size of this blog. There were five primary goals in the creation of the Java language:. It should be "simple, object oriented, and familiar". It should be "robust and secure". It should be "architecture neutral and portable". It should execute with "high performance". It should be "interpreted, threaded, and dynamic". Sun has...
java-interview-answers.blogspot.com
Java Interview Answers: JTA Answers
http://java-interview-answers.blogspot.com/2010/04/jta.html
Java Servlet Pages Answers. Search the Web for JAVA Answers:. Search the Web for more JAVA Answers:. Press Ctrl to increase the font size of this blog and Ctrl- to decrease the font size of this blog. 1 What is JTA? Answer: Java Transaction API (JTA) specifies standard Java interfaces between a transaction manager and the parties involved in a distributed transaction system: the resource manager, the application server, and the transactional applications. Utbegin(); / perform multiple operations.
java-interview-answers.blogspot.com
Java Interview Answers: EJB Answers
http://java-interview-answers.blogspot.com/p/ejb.html
Java Servlet Pages Answers. Search the Web for JAVA Answers:. Search the Web for more JAVA Answers:. Press Ctrl to increase the font size of this blog and Ctrl- to decrease the font size of this blog. Click Here for EJB 3.0 Annotation Cheat Sheet. 1 What are the differences between EJB 2 and EJB 3? 1) EJB2.0 has Deployment descriptors but in EJB3.0 has no Deployment Descriptors. 2) EJB2.0 we have to write Home and Remote Interfaces But in EJB3.0 No need to write Home and remote interfaces. An instance of...
thejavatechie.blogspot.com
The Java Techie: Core Java Interview Q&A
http://thejavatechie.blogspot.com/2010/12/core-java-interview-questions.html
A solution expert in Java technology. Tuesday, December 7, 2010. Core Java Interview Q&A. What are the principle concepts of OOPS? There are four principle concepts upon which object oriented design and programming rest. They are:. Posted by The Java Techie. Subscribe to: Post Comments (Atom). Core Java Interview Q&A. I am a java techie working as a techincal lead in a reputed software company. View my complete profile. Good Java Information Links. Http:/ download.oracle.com/javase/.
thejavatechie.blogspot.com
The Java Techie: December 2010
http://thejavatechie.blogspot.com/2010_12_01_archive.html
A solution expert in Java technology. Thursday, December 9, 2010. In Java strings are objects designed to represent a sequence of characters. Because character strings are commonly used in programs, Java supports the ability to declare String constants and perform concatenation of Strings directly without requiring access to methods of the String class. A Java String is read-only and once created the contents cannot be modified. 2 Declaring and Allocating Strings. String str = "abc"; is equivalent to:.