Learn from Leaders, Learn from ABC. Watch our latest technical videos in your language: For Hindi:- bit.ly/2TRuGVP For Kannada:- bit.ly/31NH63M For Telugu:- bit.ly/2MuYRRP For Tamil:- bit.ly/2Num5Hz
@testingDhippiuh4 жыл бұрын
Nice explanation sir
@jyothisharma65155 жыл бұрын
Hello sir..In few of your programms to compute length of the array you have used x.length and in few other programms you have used x.length()..kindly clear it when to use x.length and x.length()
@kirankumarkiran57345 жыл бұрын
I think your question has the answer
@surajmahato25575 жыл бұрын
x.length is used to find length of an array where x.length() is used to find length of a string
@mumchakrabarty14624 жыл бұрын
Hello Sir, ur lectures are amazing! res= res+ y[i] Sir, here res is a string and y[i] a character, then should not there be a data type error??
@gunasekhar74565 жыл бұрын
public class Test { public static void main(String[] args) { String s="SPIDERLIES"; s=s.replace("S", ""); System.out.println(s); } }
@ABCforTechnologyTraining4 жыл бұрын
Perfect. But just in case, if the problem statement restricts usage of replace() method, then the logic explained in the video could be used. Happy coding!
@subhashkr81435 жыл бұрын
sir do you have any online course for develping coding skills
@ABCforTechnologyTraining4 жыл бұрын
Hi Subhash, We're sorry that as of now instructor-led live classroom training is the only mode of pedagogy at ABC. Stay tuned for more updates! Do follow our official facebook page: facebook.com/abcfortechnologytraining/