Posts

Showing posts from June, 2017

Result of Saraswati S.S

Image
Education: It is the process of facilitating  learning , or the acquisition of  knowledge ,  skills ,  values ,  beliefs , and  habits . Educational methods include  storytelling ,  discussion ,  teaching ,  training , and directed  research . Education frequently takes place under the guidance of educators, but learners may also  educate themselves . Education can take place in  formal  or  informal  settings and any  experience  that has a formative effect on the way one thinks, feels, or acts may be considered educational. The methodology of teaching is called  pedagogy . Academic Grading in Nepal Nabin Rana

Java Interview Question asked to me on several interviews

What is the difference between SOAP and REST web services and which is better ? and Why? What do you mean by asymtotic notations? Explain the types and describe complexity during insertion, deletion and update of ArrayList. What is Join in sql? Explain the types of Join. When left join is used? What is the difference between Algorithm, Psudo code and Flow chart? Implement Factory pattern in Java. What is Recursion? Write java code to print number from 1-10. What is Reflection? When it is applicable? What is the difference between Interface and Abstraction? What is Lamda expression? Explain the application of it. Difference between Interface, FunctionalInterface and Abstraction? Explain keywords static, final and finally.  What is difference between Exception and Error? Is Javascript is Object Oriented Programming language? What is the difference between Javascript Object and JSON? What is connection pooling? Explain about Hibernate with its applications? Write the...

Intellectual Property(IP)

It refers to creations of the intellect for which a monopoly is assigned to designated owners by law. Intellectual property rights(IPRs) are the protections granted to the creators of IP, and include trademarks, copyrights, patents, industrial design rights and some jurisdictions trade secrets. Artistic works including music and literature, as well as discoveries, inventions, words, phrases, symbols and designs can all be protected as intellectual property.

Database Management System

Database: A database is a organized collection of data. It is the collection of schemas, tables, queries, reports, views and other objects. Database Management System: It is a computer software application that interacts with the user, other applications, and the database itself to capture and analyse data. A general-purpose DBMS is designed to allow the definition, creation, querying, update and administration of databases.

Ant, Maven, Gradle and Ivy

Data Structure and Algorithm

Basic Terminology: Data: It is value or set of values. Data item: It refers to single unit of values. Group Items: Data items that are divided into sub items are called as group items. Elementary Items: Data items that cannot be divided are called as Elementary Items. Attribute and Entity: An entity is that which contains certain attributes or properties, which may be assigned values. Entity set: Entities of similar attributes form an entity set. Field : It is a single elementary unit of information representing an attribute of an entity. Record: It is a collection of field values of a given entity. File: It is a collection of records of the entities in a given entity set.