Unit 9: Packages and Interface

Packages are used in Java in order to prevent naming conflicts, to control access, to make searching/locating and usage of classes, interfaces, enumerations and annotations easier, etc. A package can be defined as a grouping of related types (classes, interfaces enumerations etc) providing access protection and name space management. A package is a collection of […]

Unit 6: Introduction to Classes

Class Fundamental Java is a true object oriented language and therefore the underlying structure of all Java program is classes. Anything we wish to represent in a Java program must be encapsulated in a class that defines the state and behavior of the basic program components known as objects. Classes create objects and objects use […]

Web Programming – I | BIM 3rd Semester | Solution

Year 2018 Differentiate between HTML and XHTML documents. HTML and XHTML both are markup languages used for creating web pages and our applications. HTML and XHTML both are almost similar but some keydifference between HTML and XHTML make them apart from each other. XHTMLis the extended version of HTML only with help of using XML […]

study abroad

Best country for abroad studies

If you’re planning to study abroad and are confused regarding which country to select for your further education then this page can help you guide your way. Here we have gathered five of the most preferred countries by international students.  Australia Despite being the farthest and separate continent, Australia has a lot to offer in […]

python programming

Interested in learning Python?

Python is a free, open-source programming language. Therefore, all you have to do is install Python once, and you can start working with it. Not to mention that you can contribute your own code to the community. Python is also a cross-platform compatible language. So, what does this mean? Well, you can install and run […]

Data Structure and Algorithm | Solution | Very Short Question Answer

Data structure and algorithm with JAVA What is data structure → A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with […]