Posts

Angilar Js

                AngularJS You Should Already Know: HTML CSS JavaScript AngularJS is a   JavaScript framework . It can be added to an HTML page with a <script> tag .AngularJS extends HTML attributes with  Directives , and binds data to HTML with  Expressions . AngularJS is a JavaScript framework written in JavaScript.AngularJS is distributed as a JavaScript file, and can be added to a web page with a script tag. Data binding is a very useful and powerful feature used in software development technologies. It acts as a bridge between the view and business logic of the application. AngularJS follows Two-Way data binding model. One-Way Data Binding -  The one-way data binding is an approach where a value is taken from the data model and inserted into an HTML element Two-Way Data Binding -  Data-binding in Angular apps is the automatic synchronization of data between the model and...

3i infotech

3i Infotech. 3i Infotech Ltd (established as ICICI Infotech Ltd) is an Indian IT company, based in India. It was incorporated in 1993. 3i Infotech was promoted by ICICI Bank but ICICI divested majority of the shares of the company in March 2002. Products and services: The company provides software products, IT services and business process outsourcing for a variety of industries including insurance, banking, capital markets, mutual funds and asset management, wealth management, government, manufacturing and retail.[6][7] These products and services include managed IT services, application software development and maintenance and IT consulting. The banking suite is known as Kastle and Insurance suite is known as Premia, for mutual fund its MFund, Orion is an ERP solution, Kastle ULS is a lending solution and Amlock is the anti money laundering solution. The Company also sells services such as business intelligence & analytics services, infrastructure management services, testing...

RDBMS

RDBMS is the basis for SQL, and for all modern database systems like MS SQL Server, IBM DB2, Oracle, MySQL, and Microsoft Access. A Relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. What is the difference between DBMS and Rdbms? Key Difference between DBMS and RDBMS: The key difference is that RDBMS (relational database management system) applications store data in a tabular form, while DBMS applications store data as files. ... In a RDBMS, the tables will have an identifier called primary key. Data values will be stored in the form of tables. What is a Record or a Row? A record is also called as a row of data is each individual entry that exists in a table. What is a column? A column is a vertical entity in a table that contains all information associated with a specific field in a table. SQL Constraints Constraints are the rules enforced on data columns on a table. Thes...

Soft Skills

Image
                            Soft Skills Soft skills are a combination of people skills, social skills, communication skills, character or personality traits, attitudes, career attributes, social intelligence and emotional intelligence quotients, among others, that enable people to navigate their environment, work well with others, perform well, and achieve. personal attributes that enable someone to interact effectively and harmoniously with other people are called soft Skill.                               What are some examples of soft skils: Positive Attitude Good Communication Skills Time Management Abilities Problem-Solving Skills Acting as a Team Player Self-Confidence Ability to Accept and Learn From Criticism Developing Your Communication Skill: Aim to be understood.  Your goal, whether speaking or writing, ...

Java - Interface

Image
What is interface? An interface in java is a blueprint of a class. It has static constants and abstract methods. The interface in Java is a mechanism to achieve abstraction. There can be only abstract methods in the Java interface, not method body. DescriptionAn interface in the Java programming language is an abstract type that is used to specify a behavior that classes must implement. They are similar to protocols. Interfaces are declared using the interface keyword, and may only contain method signature and constant declarations Eg: nterface Ani{  public void disp();   public void sleep(); } class test implements Ani {   public void disp() {     System.out.println("The pig says: wee wee");   }   public void sleep() {     System.out.println("Zzz");   } } class Dsp {   public static void main(String[] args) {     test t1 = new test();       t1.disp();   ...

Java - method overloading and method overriding,final

Image
                                  Java What is method overloading? a class to have more than one method having the same name, if their argument lists are different. It is similar to constructor overloading in Java. Eg: class Dsp {     public void disp(char a)     {          System.out.println(a);     }     public void disp(char c, int b)     {          System.out.println(c + " "+b);     } } class Sample {    public static void main(String args[])    {        Dsp d1 = new Dsp();        d1.disp('x');        d1.disp('z',10);    } } What is method overriding? Overriding is done so that a child class can give its own implementation to a method which is already provided by the parent c...

Webnode

Image
                                Webnode  is an online website builder system, and developed by Westcom, s.r.o, a company based in Brno, Czech Republic. It can be compared with other online systems like Weebly. Features:  Webnode is a drag-and-drop online website builder with 3 different website solutions: Personal websites, Business websites and e-commerce websites. The system can be run on most Internet browsers such as Internet Explorer, Mozilla Firefox, Netscape, Google Chrome, Safari and Opera. One feature of Webnode is the possibility of creating and editing the website from a smartphone with connection to Internet https://m.youtube.com/watch?v=pOw2wFICOzc