Skip to main content

Posts

Showing posts from January, 2021

Collection Framework Interview In Java

  Collection Framework  Interview In Java? Q1) What is Iterable Interface In Java? Q2) What is the difference between Collections and Collection? Q3) Which is faster to access ArrayList or LinkedList? Q4) Which is faster ArrayList or Vector? Q5) How to create Synchronized ArrayList? Q6) What is hashCode() in Java, how to get the hashcode of Object? Q7) Difference between Iterator and ListIterator? Q8)  What is Comparable and Comparator Interface in Java? Q9)  What is the difference between Hashtable and HashMap? Q10)  Difference between LIST and Set? Q11)  What is the difference between Set and MAP? Q12)  What is Queue Interface In java? Q13)  What is Priority Queue and Abstract Queue in Java?                         

What Is a Full Stack Developer & How To Become a Full Stack Developer in 2021 | Full Stack Webinar?

What Is a Full Stack Developer & How To Become a Full Stack Developer in 2021 | Full Stack Webinar? This is a Live Webinar Session on Engineering Colleges Students and Technical Staff. I have Covered the Following Topic What if Full Stack Developer? How to become a Full Stack Developer? The technology of Full Stack Developer? What is Full Stack Web Developer? How to become Python Full Stack Developer? How to become PHP Full Stack Developer? How to become JAVA Full Stack Developer? How to become a MEAN Full Stack Developer? How to become MERN Full Stack Developer? What is the Growth of Full Stack Developer? What is Front End and Backend? #fullstackdeveloper , #fullstackwebdeveloper , #fullstackjavadeveloper #pythonfullstack , #phpfullstack , #javafullstack , #meanfullstack , #mernfullstack to learn click on this Video Link   https://youtu.be/nAVZhdztxLM

Latest Job Alert of Java Developer, PHP Developer, QA, Python, Django, etc

Latest Job Alert of Java Developer, PHP Developer, QA, Python, Django, etc:- We are  posting some job updates for you with my professional references, you can apply according to your skills. Email and mobile are mentioned on Job Post Picture. you can share this post more to apply to other job seekers. If you are unable to get a job then it's not a company's fault, it's your mistake that means you are not prepared for industry demand. I am discussing the technical skills required to get the job below.                                 SAMPLE INTERVIEW QUESTION AND ANSWER

Latest Job for Java Developer, .NET Developer, PHP Developer, iOS and Android Developer

Latest Job for Java Developer,  .NET Developer, PHP Developer, iOS and Android Developer                                                 

How to disable Back Button in django after login

Many developers do a common mistake in the Django application that he provide a logout option but not write the code to disable the back button then anyone again enters into the system. This limitation can be solved by the Django session object and clear cache reference of internal pages. In this example, I am explaining the complete code of the Login, Logout, and Disable Back button for Index and Course Method. Django provides the following decorator to clear the cache @cache_control(no_cache=True, must_revalidate=True, no_store=True) Code of Model Class:- from django.db import models class Student(models.Model): rno= models.IntegerField() sname=models.CharField(max_length=50) branch=models.CharField(max_length=20) fees = models.FloatField() def __str__(self): return "rno is "+str(self.rno)+ " sname is "+self.sname + " branch is "+self.branch+ "fees is "+str(self.fees) class Course(models.Model): courseid=models.IntegerField() c...

Job alert for Java, .NET, PHP, Android, ios and QA candidate