XML file <? xml version ="1.0" encoding ="utf-8" ?> < LinearLayout xmlns: android ="http://schemas.android.com/ap…
Main activity in java package com.android.pnyjt3; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import andro…
there are three way to initialization value to variable method constructor using reference variable given the example code Using the referee varia…
class at{ int acc_id; String acc_name; int amount; public void insert(int id,String aname,int m){ acc_id=id; acc_name=aname; …