LLB Fifth Semester Model Papers

Faculty: Law LLB III Year(V Sem.)Model Papers Sr. No. Paper Name Question Paper Link 1 Pleading, Drafting and Conveyance Click Here

PGDLL Model Papers

Faculty: Law Post Graduate Diploma In Labour Law(PGDLL)Model Papers Sr. No. Paper Name Question Paper Link 1 Labour Jurisprudence and the International Labour Organization(I.L.O.) Click Here 2 Labour Law Labour Welfare, …

LLB Third Semester Model Papers

Faculty: Law LLB II Year(III Sem.)Model Papers Sr. No. Paper Name Question Paper Link 1 Bhartiya Nagrik Suraksha Sanhita Click Here

Network Topologies

The Video all about the various network topologies. The term network topology describes the way in which computers are connected in a network. The basic topologies used in computer networking are:- …

How to create package and import package in java

Packages are used to organize all classes and interfaces. They are also used to control the visibility access. • To create package: package packagename; • To import package: Import packagename.*.;