← prev | next →
Someshwar_dh 2022-09-12 17:39:21
maachittibabu 2022-09-12 15:30:07
New Offline & Online Batch from TODAY.
Core Java & Full Stack JAVA@6.00PM
by Mr. Kishan B
Link for Online: zoom.us/j/82373819116
–
Naresh i Technologies
Where you are going to provide Tomorrows session link..here only??
Srija 2022-09-12 18:18:00
Anybody have today advanced java 4pm batch notes
Srija 2022-09-12 18:26:05
Venkatesh sir today notes
Vandana Polagouni 2022-09-12 18:50:58
Please will anyone tell me, when the online sessions of full stack java classes will start??
Vidhant Bansal 2022-09-12 18:59:09
Vandana Polagouni 2022-09-12 18:50:58
Please will anyone tell me, when the online sessions of full stack java classes will start??
Hi I’m your classmate
One batch started today
Check website of Naresh IT Course schedule
Vandana Polagouni 2022-09-12 19:00:26
Vidhant Bansal 2022-09-12 18:59:09
Hi I’m your classmate
One batch started today
Check website of Naresh IT Course schedule
Okay thank you
H@rshu S 2022-09-12 19:03:41
I want dot net full stack
KK_01_K 2022-09-12 21:46:55
Sachin 2022-09-12 17:05:14
Write logic for checking whether parenthesis is properly used in given input.
Example
Input: (a+b)Output: true
Input: ((4+4)*3) Output: true
Input: (a+b) c)) Output: false
Input: )(a+b) c)) Output: false
import java.util.HashMap;
public class MyClass {
public static void main(String args[]) {
String calc = “)(a+b)c))”;
HashMap<Character,Integer> hmap = new HashMap<>(2);
for(Character c : calc.toCharArray()) {
if(c == ‘(‘ || c == ‘)’) {
if(hmap.containsKey(c))
hmap.put(c,hmap.get(c) + 1);
else
hmap.put(c, 1);
}
}
System.out.println(hmap.get(‘(‘) == hmap.get(‘)’));
}
}
EnGiniusSP7 2022-09-12 22:29:16
Guys any one have logic for this in java
1,-2,6,-15,31
Chandan Pandey 2022-09-12 22:55:15
public class Tester {
public static void main(String[] args) {
int i = -1, j = -1;
switch (i) {
case -1:
j = 1;
case 2:
j = 2;
break;
default:
j = 0;
}
System.out.println(“j = ” + j);
Chandan Pandey 2022-09-12 22:56:09
What is o/p this one
Niraj Chimurkar 2022-09-12 23:06:18
Hiii
vichitra brahman 2022-09-12 23:07:55
Chandan Pandey 2022-09-12 22:55:15
public class Tester {
public static void main(String[] args) {
int i = -1, j = -1;
switch (i) {
case -1:
j = 1;
case 2:
j = 2;
break;
default:
j = 0;
}
System.out.println(“j = ” + j);
2
G Manoj 2022-09-12 23:11:46
Guys
G Manoj 2022-09-12 23:12:21
Which sir is famous for adv java?
JD 2022-09-12 23:17:26
Nataraz Sir
Chandan Pandey 2022-09-12 23:30:51
vichitra brahman 2022-09-12 23:07:55
2
Can you tell me how bro.
You can me dm me.
shiva 2022-09-12 23:44:22
Chandan Pandey 2022-09-12 23:30:51
Can you tell me how bro.
You can me dm me.
There is no break after case -1 so j value becomes 1 and next case 2 executed then j becomes 2,so it prints “j=2”
G Manoj 2022-09-13 00:04:00
JD 2022-09-12 23:17:26
Nataraz Sir
Wat about Mapipathi venkatesh sir?
G Manoj 2022-09-13 00:04:31
JD 2022-09-12 23:17:26
Nataraz Sir
U learn Adv jav from him?
G Manoj 2022-09-13 00:05:03
How many days did he took?
Venu Gopal 2022-09-13 03:34:42
Sachin 2022-09-12 17:05:14
Write logic for checking whether parenthesis is properly used in given input.
Example
Input: (a+b)Output: true
Input: ((4+4)*3) Output: true
Input: (a+b) c)) Output: false
Input: )(a+b) c)) Output: false
i skipped the topic but if u want to solve it you can search for prefix and postfix expressions there was a code for that as far as i know i believe
Venu Gopal 2022-09-13 03:36:32
sir when will u start ur class i want to learn it from u
Venu Gopal 2022-09-13 03:41:26
Chandan Pandey 2022-09-12 23:30:51
Can you tell me how bro.
You can me dm me.
its value is zero
phychogame 2022-09-13 04:13:54
Yha pe Varanasi se hai kya koi
Venu Gopal 2022-09-13 04:53:20
are there any ui or sql classes today?
Venu Gopal 2022-09-13 04:56:33
of what?
Akhilesh 2022-09-13 05:45:47
Hi Team,
If anyone from Adv. Java Venkatesh mansani Sir 4PM Batch. Please send to me the Written notes of last Saturday & Monday.
It will be very helpful.
Mohan Pavan 2022-09-13 06:14:39
Hi.. Is there any one attending Natraj sir 7 am spring boot classes.. please let me know
Thanu 2022-09-13 06:17:00
For mysql or python fee any one knows
Mohan Pavan 2022-09-13 06:24:47
Mohan Pavan 2022-09-13 06:14:39
Hi.. Is there any one attending Natraj sir 7 am spring boot classes.. please let me know
Sir has uploaded rar files into git today but i am unable to see them. Please help
Dhiraj Chavan 2022-09-13 07:09:57
Today is a class of java full stack developer?
Tejas9637 2022-09-13 07:54:42
sir when will u start ur Next class i want to learn it from u
Manasi 2022-09-13 08:19:00
Any one core java 9 am batch
Om Pande 2022-09-13 08:34:47
Manasi 2022-09-13 08:19:00
Any one core java 9 am batch
Yes
P K 2022-09-13 09:25:42
Mohan Pavan 2022-09-13 06:24:47
Sir has uploaded rar files into git today but i am unable to see them. Please help
Same for me also…!!
Try to download but not able
Vikas Pawar 2022-09-13 10:41:00
Chandan Pandey 2022-09-12 22:55:15
public class Tester {
public static void main(String[] args) {
int i = -1, j = -1;
switch (i) {
case -1:
j = 1;
case 2:
j = 2;
break;
default:
j = 0;
}
System.out.println(“j = ” + j);
J=1
narendramane 2022-09-13 10:45:27

👉 Apply Now: https://bit.ly/3RDfrwB
Fresher Recruitment Drive – Only for Naresh IT Students.
👉Skills: HTML, CSS, Java Script, Oops Concept
👉Eligibility: B.E/B.Tech/M.Tech/MCA
📅 Apply Before 14th September 2022
👉Package: 2.4 LPA
📩Join us on Telegram: https://t.me/nareshitplacements
ajaymargam 2022-09-13 13:10:51
Any one there who are
2pm UI Batch
9am oracle Batch
6pm java Batch
DrArrowhead 2022-09-13 13:43:06
Anyone having venkatesh mahipati sir material 😫
priyanka verma 2022-09-13 13:53:29
Anyone taking oracle class
Mr. Sudhakar L sir?
priyanka verma 2022-09-13 13:54:16
4 pm
yashwanth2407 2022-09-13 13:54:47
priyanka verma 2022-09-13 13:53:29
Anyone taking oracle class
Mr. Sudhakar L sir?
Yes
priyanka verma 2022-09-13 13:55:05
Class start ?
yashwanth2407 2022-09-13 13:55:33
priyanka verma 2022-09-13 13:53:29
Anyone taking oracle class
Mr. Sudhakar L sir?
Can u message me once I have send one notes to you but it’s showing error when iam sending can u message me so that i will send u again
Chaudhary,s 2022-09-13 13:56:42
priyanka verma 2022-09-13 13:55:05
Class start ?
Noo
yashwanth2407 2022-09-13 13:58:30
priyanka verma 2022-09-13 13:55:05
Class start ?
Can u message me please
Chaudhary,s 2022-09-13 13:59:34
Someone have oracle note or video ,
ajaymargam 2022-09-13 14:00:15
priyanka verma 2022-09-13 13:53:29
Anyone taking oracle class
Mr. Sudhakar L sir?
Yes 9am
ajaymargam 2022-09-13 14:00:52
Any one there who are
2pm UI Batch
9am oracle Batch
6pm java Batch
← prev | next →