DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology Introduction To Groovy

1. Introduction to Groovy 2. Agenda What is Groovy From Java to Groovy Feature 3. What is Groovy? Groovy is an agile anddynamiclanguage for the Java Virtual MachineBuilds…

Documents Hibernate

Recently, I ran in to a series of vexing problems that each had the same solution: User Types in Hibernate. All of these problems originated because I was dealing with a…

Documents OOP in C++

IN THE NAME OF GOD Maysam Rajaati OOP C++ 11/27/2008 Tabriz University - Iran in Farid Bekran 1 TABLE OF CONTENTS 1. History 2. Philosophy of C++ & increments of C 3.…

Documents Scrollable Updatable

1. Scrollable and Updatable Result Sets 2. Scrollable and Updatable Result Sets The most useful improvements in JDBC 2 are in theResultSet class. As you have seen, thenext…

Technology What's new for Developers in Visual Studio 2013

1. The connected IDE Themes and visual design Editor productivity IDE performance improvements Performance tools & debugging .NET 4.5.1 enablement 2. Sign into the IDE…

Documents unix scripting

Where I can use Linux? You can use Linux as Server Os or as standalone Os on your PC. (But it is best suited for Server.) As a server Os it provides different services/network…

Documents C,C++

What is encapsulation?? Containing and hiding information about an object, such as internal data structures and code. Encapsulation isolates the internal complexity of an…

Documents Lec7

1. Local Objects vs. Distributed ObjectsLocal objects are those whose methods can only be invoked by a localprocess, a process that runs on the same computer on which the…

Documents bcasyll

B.C.A.: I Year: UNIT-I INTRODUCTION TO INFORMATION TECHNOLOGY Data and Information: Introduction, Types of Data, A Simple Model of a Computer, Data Processing Using a Computer,…

Documents C++ Operator Overloading

C++ Operator Overloading Source: How to C++ by Deitel & Deitel More notes available at: http://cplusplus-naturally.blogspot.com/ Introduction Operator overloading is…