Category: Economics / Money
-

IT Nepal International Payment Gateway Survey
IT Nepal had carried a survey related to the International Payment Gateway in Nepal. IT Nepal is a mission to accelerate the information age of Nepal. It is a subset of Digital Nepal. It is supported by the first initiator of Digital Nepal. IT Nepal (as a group) is for helping each other, for assistance…
-

ICICI Bank in Nepal
ICICI Bank is now coming to Nepal. As per our own sources, the agreement between ICICI Bank & Nepal Rastra Bank (NRB) almost has been on the final stage. I have come to know that ICICI won’t operate as normal banks in Nepal but it will operate for some international transactions only. This is what…
-

The Digital Marketing
Characteristics of Digital Marketing Whether or not you’re just beginning or you’ve been in operation for many decades, it’s not ever a wrong time to consider your digital marketing and advertising strategy. As a consequence, businesses must concentrate on application development to reinforce themselves as mobile marketers and better their cellular advertising and marketing strategies.…
-

Create a user-defined package box which has a class definition. For box having data member and disp( ) method
Write a JAVA program to accomplish the following task. Create a user-defined package box which has a class definition. For box having data member and disp( ) method. (Assume suitable data). Source file imports above package and calculates the volume of the box.
-

Java (Thread class) program to implement two threads such that one thread prints prime numbers from 1 to 10 and other thread prints non-prime numbers from 1 to 10
Write a Java program to implement two threads such that one thread prints prime numbers from 1 to 10 and other thread prints non-prime numbers from 1 to 10 (use Thread class ). Note: Each thread has a delay of 500 milliseconds after printing one number.
-

Throw an Exception – Java Exception Program Implementation
Write a JAVA program to accept a number from the user and throw an exception (java exception) if the number is not an even number. Example of Throw an Exception Program Implementation. import java.lang.*; import java.io.*; class myException extends Exception { myException(String msg) { super(msg); } } class q12Exception { public static void main(String args[])…
-

Java Method Overriding: Program Implementation
Write a JAVA program to implement Method Overriding for following inheritance : (Assume suitable data ) Abstract Class : Shape dim1, dim2, disp( ) abstract area ( ) Class: Rectangle getd( ), area ( ) Class: Rectangle getd( ), area ( )
-
Java Multiple Inheritance: Program Implementation
Write a program to implement the following Multiple Inheritance: Class Student Name, roll_no Mark 1, Mark2 Interface: Exam Percent_cal( ) Class: Result Display( )
-
Java Multi-Level Inheritance: Program Implementation
Write a program to implement the following Multi-Level Inheritance: Class: Account Cust_name , acc_no Class: Saving_Acc Min_bal, saving_bal Class:Acct_Details Deposits, withdrawals import java.lang.*; import java.io.*; class Account { String cust_name; int acc_no; Account(String a, int b) { cust_name=a; acc_no=b; } void display() { System.out.println (“Customer Name: “+cust_name); System.out.println (“Account No: “+acc_no); } } class Saving_Acc…
-

Implement a Vector that accepts five items from the command line and store them in a Vector and display the objects stored in a Vector.
Write a JAVA program to implement a Vector that accepts five items from the command line and store them in a Vector and display the objects stored in a Vector. import java.lang.*; import java.io.*; import java.util.*; class q8Vector { public static void main(String args[]) { Vector list = new Vector(); int len=args.length; for(int i=0;i<len;i++)…
-
Write a program to accept the value of Apple sales for each day of the week (using an array of type float) and then, calculate the average sale of the week.
Write a program to accept the value of Apple sales for each day of the week (using an array of type float) and then, calculate the average sale of the week. import java.lang.*; import java.io.*; class q7Apple { public static void main(String args[]) throws IOException { double avg; float sum=0; float sales[]=new float[7]; BufferedReader br…
![5 Proven Methods to Make Money in Nepal [2020 Edition]](https://www.rabinsxp.com/medias/5-Ways-Make-Money-Online-Nepal.jpeg)

