AJAY KUMAR NAMDEV Mobile: +91 08989608763 Email Id: ajay.nmd187@gmail.com Career Objective: Expecting entry level job where I can do my best. Technical Proficiency: Languages Operating Systems Technical Subjects Java language‚J2ee‚Html‚Php‚Mysql Linux Computer Network Project Exposure: Major Project: Project Duration Team Size COMPUTERIZATION OF GRAM PANCHAYAT Two Months Two Description: The main motto of our project was to develop a software which reduces manual work
Premium Computer network Programming language Computer
program organization Event-driven programming Modes GUI Program Organization Let’s digress briefly to examine the organization of our GUI programs We’ll do this in stages‚ by examining three example programs DemoHelloWorld.java DemoHelloWorld2.java DemoSwing.java Outline Sequential programming GUI program organization Event-driven programming Modes Event-driven Programming Instead of the user synchronizing with the program‚ the program synchronizes with‚ or reacts to‚ the user All communication
Premium Java Object-oriented programming Class
programming • Learn to use abstraction and encapsulation • Learn to differentiate between instance data and class data If you have been around the programming world for a while‚ you may have some experience with languages such as Visual Basic‚ C++‚ or Java. These languages commonly provide desktop solutions‚ and over the years have had to expand their reach to include “enterprise” development. In order to accommodate the concepts of distributed programming‚ reusable software‚ and platform independence
Premium Java Object-oriented programming
(operating system) Android is a Linux-based operating system designed primarily for touch screen mobile devices such as smart phones and tablet computers. An open source Linux-based operating system intended for mobile computing platforms Includes a Java API for developing applications It is not a device or product Initially developed by Android‚ Inc.‚ whom Google financially backed and later purchased in 2005‚ Android was unveiled in 2007 along with the founding of the Open Handset Alliance: a consortium
Premium Java Android Integrated development environment
Name: Date: 8/9/2013 Class: PRG/420 Week: 1- HelloWorld assignment. 1 (Copy of source code) - Insert here a copy of your *.java source code text (copy and paste source code here‚ do not simply insert *.java files): /* * To change this template‚ choose Tools | Templates * and open the template in the editor. */ package hello.world.app; /** * The HelloWorldApp class implements an application that * simply prints "Hello World!" to standard output. */ public class HelloWorldApp
Premium Source code Java Programming language
1 Describe the graphical coordinate system in Java. Where is the origin? What units apply to the x‚y coordinates? Java AWT Graphic component is different with respect to x and y coordinate that we have learnt in math. It defines its own coordinate system to specify where and how drawing operation will take place. Here the origin (0‚0) is at the top left corner of the component. Here X coordinate increases as we move right and Y coordinate increases as we move down. . The units for X and Y is in
Premium Object-oriented programming Java Subroutine
The Java® Language Specification Java SE 7 Edition James Gosling Bill Joy Guy Steele Gilad Bracha Alex Buckley 2013-02-28 Specification: JSR-000901 Java® Language Specification ("Specification") Version: 7 Status: Final Release Release: July 2011 Copyright © 1997‚ 2013‚ Oracle America‚ Inc. and/or its affiliates. All rights reserved. 500 Oracle Parkway‚ Redwood City‚ California 94065‚ U.S.A. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks
Premium Java Programming language
inventory and sales management system for them. It minimized the manual task and maximized the employees’ time on doing their work because it lessens the time on generating sales and inventory summaries and reports. The researchers used NetBeans 7.1.1 Java SE as programming language and MySQL 5.1 command line client as database server. They started the development of the system on November 2011 and finished on January 2013. Conclusion The new system minimizes the time needed in managing and monitoring
Premium United States Programming language Java
NATIONAL CURRICULUM STATEMENT (GRADES 10-12) PRACTICAL ASSESSMENT TASK (PAT) INFORMATION TECHNOLOGY GRADE 11 2012 This document consists of 27 pages Information Technology Practical Assessment Task (PAT) GRADE 11 2012 Guidelines to the teacher This section consists of 6 pages A Introduction The objective of the Practical Assessment Task is to allow the teacher to directly and systematically observe and evaluate the applied
Premium Source code Computer program Java
Object-Oriented Design The Game of War Illustrate the process of designing an object-oriented solution to a small problem by simulating War‚ a twoperson game for children that uses a deck of playing cards. The rules of the game act as an initial specification of the problem. A card deck consists of 52 playing cards‚ each of which has a numeric value between 1 and 13‚ called the rank of the card‚ and one of four suits (clubs‚ diamonds‚ hearts‚ and spades). The values 1‚ 11‚ 12‚ and 13 have
Premium Playing card Card game Class